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.git
commit b617390a882bcb4e96d049357ea3635abc6afc14 Author: Martin Stockhammer <[email protected]> AuthorDate: Wed Nov 7 20:17:56 2018 +0100 Removing unneeded dependencies --- archiva-modules/plugins/maven2-repository/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/archiva-modules/plugins/maven2-repository/pom.xml b/archiva-modules/plugins/maven2-repository/pom.xml index 8d5a04c..e271c20 100644 --- a/archiva-modules/plugins/maven2-repository/pom.xml +++ b/archiva-modules/plugins/maven2-repository/pom.xml @@ -142,11 +142,6 @@ <artifactId>spring-test</artifactId> <scope>test</scope> </dependency> - <!-- TODO: aim to remove this dependency --> - <dependency> - <groupId>org.apache.archiva</groupId> - <artifactId>archiva-xml-tools</artifactId> - </dependency> <dependency> <groupId>org.apache.archiva</groupId> <artifactId>test-repository</artifactId>
