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 <[email protected]> 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>
