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 a8df411c79c6c0942ba4d85c0541c95bc99169e8 Author: Martin Stockhammer <[email protected]> AuthorDate: Thu Nov 21 21:01:05 2019 +0100 Removing spring-util dependency --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 76dd097..54f5fab 100644 --- a/pom.xml +++ b/pom.xml @@ -560,11 +560,6 @@ <artifactId>stage-repository-merge</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.apache.archiva.redback.components</groupId> - <artifactId>spring-utils</artifactId> - <version>${redback.spring-utils.version}</version> - </dependency> <dependency> <groupId>com.lmax</groupId>
