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/07 02:18:27 UTC

[incubator-datasketches-memory] branch master updated: Added slf4j-simple to test-scope dependencies

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


The following commit(s) were added to refs/heads/master by this push:
     new 93cbe61  Added slf4j-simple to test-scope dependencies
93cbe61 is described below

commit 93cbe61e4de5a55fd57ec1bb49c84224466d1fe1
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Aug 6 19:18:19 2019 -0700

    Added slf4j-simple to test-scope dependencies
---
 pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f4904df..1f1d66c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@ under the License.
 
         <!-- Dependencies -->
         <testng.version>6.14.3</testng.version>
-        <slf4j-api.version>1.7.25</slf4j-api.version>
+        <slf4j-api.version>1.7.27</slf4j-api.version>
         <protobuf-java.version>3.6.0</protobuf-java.version> <!-- Used for UTF8 testing -->
         <zero-allocation-hashing.version>0.8</zero-allocation-hashing.version>
 
@@ -187,6 +187,13 @@ under the License.
 
         <!-- Test Scope -->
         <dependency>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-simple</artifactId>
+          <version>${slf4j-api.version}</version>
+           <scope>test</scope>
+        </dependency>
+        
+        <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
             <version>${testng.version}</version>
@@ -529,7 +536,6 @@ under the License.
             <plugins>
               <!-- We want to sign the artifacts, POM, and all attached artifacts -->
               <!-- Apache Parent pom, PM, apache-release profile -->
-              <!-- Druid: none; Beam 2.4: sign profile, Pinot: none, Dubbo: release profile -->
               <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-gpg-plugin</artifactId>


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