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 2020/10/18 07:52:47 UTC

[phoenix] branch master updated: PHOENIX-6194 : Include slf4j-api dependency in phoenix-tools

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7436538  PHOENIX-6194 : Include slf4j-api dependency in phoenix-tools
7436538 is described below

commit 74365386a9106166dad2e88c87547ef9c7d4d523
Author: Viraj Jasani <vj...@apache.org>
AuthorDate: Sat Oct 17 15:45:30 2020 +0530

    PHOENIX-6194 : Include slf4j-api dependency in phoenix-tools
---
 phoenix-tools/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/phoenix-tools/pom.xml b/phoenix-tools/pom.xml
index c364cfa..0d77eb9 100644
--- a/phoenix-tools/pom.xml
+++ b/phoenix-tools/pom.xml
@@ -77,7 +77,10 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
     </dependencies>
     <build>
         <plugins>