diff options
author | Olivier Lamy <olamy@apache.org> | 2012-01-25 08:38:53 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-01-25 08:38:53 +0000 |
commit | 3a6ccb9038a44ae7b6ff478452fc2509c64db0b3 (patch) | |
tree | 7dc9a72653949a93f54d62c55145dcd0c45c25ad | |
parent | 475651e64a8b6fcf3c3ed5b1f84ea0c0bad9ae00 (diff) | |
download | archiva-3a6ccb9038a44ae7b6ff478452fc2509c64db0b3.tar.gz archiva-3a6ccb9038a44ae7b6ff478452fc2509c64db0b3.zip |
fix archiva-web-common unit tests
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1235681 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-base/archiva-proxy/pom.xml | 1 | ||||
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/pom.xml | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/archiva-modules/archiva-base/archiva-proxy/pom.xml b/archiva-modules/archiva-base/archiva-proxy/pom.xml index f695b6364..08a1229b9 100644 --- a/archiva-modules/archiva-base/archiva-proxy/pom.xml +++ b/archiva-modules/archiva-base/archiva-proxy/pom.xml @@ -116,7 +116,6 @@ <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http</artifactId> - <version>${wagon.version}</version> <scope>test</scope> <exclusions> <exclusion> diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml index 752f7ba2f..df214052a 100644 --- a/archiva-modules/archiva-web/archiva-web-common/pom.xml +++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml @@ -139,6 +139,17 @@ <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-http</artifactId> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> |