]> source.dussan.org Git - archiva.git/commitdiff
fix stage-repository-merge unit tests
authorOlivier Lamy <olamy@apache.org>
Wed, 25 Jan 2012 08:39:03 +0000 (08:39 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 25 Jan 2012 08:39:03 +0000 (08:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1235683 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/plugins/stage-repository-merge/pom.xml

index 6532835c410cfff7a65affb46e34965025ae627b..ac01469ece3fb035b0b83dc741c81efaa6b5a50a 100644 (file)
       <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>