diff options
author | Olivier Lamy <olamy@apache.org> | 2012-01-25 08:39:03 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-01-25 08:39:03 +0000 |
commit | 291c161228baa1241e56cedaa1abc9bdb2f8aa3f (patch) | |
tree | 1839307540b75e9270112634db14fc2409b36431 /archiva-modules/plugins | |
parent | 3a6ccb9038a44ae7b6ff478452fc2509c64db0b3 (diff) | |
download | archiva-291c161228baa1241e56cedaa1abc9bdb2f8aa3f.tar.gz archiva-291c161228baa1241e56cedaa1abc9bdb2f8aa3f.zip |
fix stage-repository-merge unit tests
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1235683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins')
-rw-r--r-- | archiva-modules/plugins/stage-repository-merge/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archiva-modules/plugins/stage-repository-merge/pom.xml b/archiva-modules/plugins/stage-repository-merge/pom.xml index 6532835c4..ac01469ec 100644 --- a/archiva-modules/plugins/stage-repository-merge/pom.xml +++ b/archiva-modules/plugins/stage-repository-merge/pom.xml @@ -70,6 +70,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> <plugins> |