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

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


The following commit(s) were added to refs/heads/master by this push:
     new 005aa6a  RATIS-743. Remove log4j default test scope from 
dependencyManagement.  Contributed by Henrik Hegardt
005aa6a is described below

commit 005aa6ab0f7a9051bb4c4a47660bca29ec70aa20
Author: Tsz Wo Nicholas Sze <[email protected]>
AuthorDate: Wed Nov 6 09:47:26 2019 -0800

    RATIS-743. Remove log4j default test scope from dependencyManagement.  
Contributed by Henrik Hegardt
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ed1ef3b..df8bfbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -370,19 +370,18 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.7.10</version>
+        <version>1.7.29</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
         <scope>test</scope>
-        <version>1.7.10</version>
+        <version>1.7.29</version>
       </dependency>
       <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <version>1.2.17</version>
-        <scope>test</scope>
       </dependency>
 
       <dependency>

Reply via email to