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/08/29 02:03:50 UTC

[incubator-datasketches-java] branch master updated: eliminated noisy slf4j warning on unit tests.

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-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b66d20  eliminated noisy slf4j warning on unit tests.
3b66d20 is described below

commit 3b66d20e4b5fc8a28dd8e054e0e9a7eda0fc1474
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Aug 28 19:03:41 2019 -0700

    eliminated noisy slf4j warning on unit tests.
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8524c5a..522a34d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,7 @@ under the License.
     <!-- Dependencies -->
     <datasketches-memory.version>1.1.0-incubating</datasketches-memory.version>
     <testng.version>6.14.3</testng.version>
+    <slf4j-simple.version>1.7.27</slf4j-simple.version>
     <!-- org.codehaus.plexus used for strict profile testing-->
     <plexus-compiler-javac-errorprone.version>2.8.5</plexus-compiler-javac-errorprone.version>
     <!--  Maven Plugins -->
@@ -162,6 +163,12 @@ 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