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:11 UTC

[maven-script-interpreter] branch dep created (now f19b457)

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

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


      at f19b457  remove unused dependency

This branch includes the following new commits:

     new f19b457  remove unused dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by el...@apache.org.
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>