You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/09/23 23:29:22 UTC

[incubator-datasketches-hive] branch master updated: Remove slf4j dependency

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 4163c9b  Remove slf4j dependency
4163c9b is described below

commit 4163c9b46887d6b4c58ac1947db1f5cba3b8ff23
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Sep 23 16:29:14 2019 -0700

    Remove slf4j dependency
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index ac47eff..4b14af8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,12 +186,6 @@ under the License.
       <version>${testng.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <version>${slf4j-simple.version}</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
   <build>
     <pluginManagement>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org