You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/02/13 07:56:42 UTC

[phoenix] branch 5.1 updated: PHOENIX-6380 phoenix-client-embedded depends on logging classes

This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/5.1 by this push:
     new 9dd545c  PHOENIX-6380 phoenix-client-embedded depends on logging classes
9dd545c is described below

commit 9dd545c9d224ac2c8e615fa91eb7862bdac10188
Author: Istvan Toth <st...@apache.org>
AuthorDate: Fri Feb 12 08:54:37 2021 +0100

    PHOENIX-6380 phoenix-client-embedded depends on logging classes
---
 phoenix-client-parent/phoenix-client-embedded/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/phoenix-client-parent/phoenix-client-embedded/pom.xml b/phoenix-client-parent/phoenix-client-embedded/pom.xml
index 5f82a4c..5fa4dc7 100644
--- a/phoenix-client-parent/phoenix-client-embedded/pom.xml
+++ b/phoenix-client-parent/phoenix-client-embedded/pom.xml
@@ -54,7 +54,6 @@
                 <excludes>
                   <exclude>org.apache.phoenix:phoenix-client</exclude>
                   <exclude>xom:xom</exclude>
-                  <exclude>org.slf4j:slf4j-log4j12</exclude>
                 </excludes>
               </artifactSet>
             </configuration>
@@ -70,6 +69,12 @@
     <dependency>
       <groupId>org.apache.phoenix</groupId>
       <artifactId>phoenix-core</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.phoenix</groupId>