You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2019/10/10 20:08:15 UTC

[archiva-redback-core] 01/06: Fixing double dependency

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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git

commit e57b7e6b93583319f208d75d1753c040c1468cfd
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Tue Oct 8 19:22:26 2019 +0200

    Fixing double dependency
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2fdfbd1..d5366d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,11 +435,6 @@
         <version>${commons-collections.version}</version>
       </dependency>
       <dependency>
-        <groupId>commons-codec</groupId>
-        <artifactId>commons-codec</artifactId>
-        <version>1.6</version>
-      </dependency>
-      <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
         <version>${slf4j.version}</version>