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

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 115278a  Remove log4j from test pom
115278a is described below

commit 115278a0921b02e42a83d8acfe6dd0df20a8e239
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Mon Feb 24 18:48:14 2020 -0500

    Remove log4j from test pom
---
 src/it/plugin-test/pom.xml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/src/it/plugin-test/pom.xml b/src/it/plugin-test/pom.xml
index 4124647..aa08111 100644
--- a/src/it/plugin-test/pom.xml
+++ b/src/it/plugin-test/pom.xml
@@ -52,11 +52,6 @@
       <version>1.2</version>
     </dependency>
     <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.17</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.accumulo</groupId>
       <artifactId>accumulo-minicluster</artifactId>
       <version>@accumulo.version@</version>
@@ -89,12 +84,12 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.7.26</version>
+      <version>1.7.30</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <version>1.7.26</version>
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.7.30</version>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>

Reply via email to