You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/07/25 11:44:12 UTC

[maven-script-interpreter] 01/01: remove unused dependency

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

elharo pushed a commit to branch dep
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git

commit f19b4578b5e5d034a8e71a721deb2f54dfe5651c
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jul 25 07:43:57 2020 -0400

    remove unused dependency
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 80a799b..a9b8021 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,13 +96,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <version>${slf4j.version}</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.13</version>