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

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


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

commit 5dc992a27db66e0c957e14b4f2b38df5305ea5d9
Author: Viraj Jasani <vjas...@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 36665ed..7afb95e 100644
--- a/phoenix-tools/pom.xml
+++ b/phoenix-tools/pom.xml
@@ -79,7 +79,10 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
     </dependencies>
     <build>
         <plugins>

Reply via email to