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-components.git


The following commit(s) were added to refs/heads/master by this push:
     new c215b5e  Modifying deps for spring-registry-commons
c215b5e is described below

commit c215b5e44515e3326f6d0a6a51dbb016f18fc4c8
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Jun 27 10:08:00 2020 +0200

    Modifying deps for spring-registry-commons
---
 spring-registry/spring-registry-commons/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/spring-registry/spring-registry-commons/pom.xml 
b/spring-registry/spring-registry-commons/pom.xml
index 96271ea..49c0f40 100644
--- a/spring-registry/spring-registry-commons/pom.xml
+++ b/spring-registry/spring-registry-commons/pom.xml
@@ -55,6 +55,7 @@
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
+      <scope>runtime</scope>
     </dependency>
 
     <dependency>
@@ -84,12 +85,6 @@
     </dependency>
 
     <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
       <groupId>javax.inject</groupId>
       <artifactId>javax.inject</artifactId>
     </dependency>

Reply via email to