diff options
Diffstat (limited to 'archiva-modules/plugins/maven2-repository/pom.xml')
-rw-r--r-- | archiva-modules/plugins/maven2-repository/pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/archiva-modules/plugins/maven2-repository/pom.xml b/archiva-modules/plugins/maven2-repository/pom.xml index 67f82fbb0..cf7a7fe87 100644 --- a/archiva-modules/plugins/maven2-repository/pom.xml +++ b/archiva-modules/plugins/maven2-repository/pom.xml @@ -105,6 +105,11 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-http-lightweight</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> @@ -129,6 +134,21 @@ <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>net.sf.beanlib</groupId> + <artifactId>beanlib</artifactId> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>cglib</groupId> + <artifactId>cglib</artifactId> + </exclusion> + <exclusion> + <groupId>aopalliance</groupId> + <artifactId>aopalliance</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> <plugins> |