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 f29203235055535301cbb9c2517c894131835db0 Author: Martin Stockhammer <[email protected]> AuthorDate: Sat Dec 14 14:32:59 2019 +0100 pom dependency cleanup --- .../redback-common-configuration-acc2/pom.xml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/redback-common/redback-common-configuration/redback-common-configuration-acc2/pom.xml b/redback-common/redback-common-configuration/redback-common-configuration-acc2/pom.xml index aa0c3a3..d998dbb 100644 --- a/redback-common/redback-common-configuration/redback-common-configuration-acc2/pom.xml +++ b/redback-common/redback-common-configuration/redback-common-configuration-acc2/pom.xml @@ -50,10 +50,6 @@ </exclusions> </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -62,7 +58,7 @@ <dependency> <groupId>javax.annotation</groupId> - <artifactId>jsr250-api</artifactId> + <artifactId>javax.annotation-api</artifactId> </dependency> <dependency> @@ -82,18 +78,13 @@ </dependency> <dependency> <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> - <scope>compile</scope> + <scope>test</scope> </dependency> <dependency> @@ -101,6 +92,12 @@ <artifactId>commons-lang3</artifactId> </dependency> + + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId>
