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 9decf5af0aef6aaeba76f1f480ffd400c356af60 Author: Martin Stockhammer <[email protected]> AuthorDate: Thu Oct 10 18:31:59 2019 +0200 Removing unused dependency from redback-authentication-api --- redback-authentication/redback-authentication-api/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/redback-authentication/redback-authentication-api/pom.xml b/redback-authentication/redback-authentication-api/pom.xml index a889b24..29bbe6c 100644 --- a/redback-authentication/redback-authentication-api/pom.xml +++ b/redback-authentication/redback-authentication-api/pom.xml @@ -61,10 +61,6 @@ <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - </dependency> </dependencies>
