]> source.dussan.org Git - archiva.git/commitdiff
add wagon as test dependency in archetype to prevent cnfe
authorOlivier Lamy <olamy@apache.org>
Sun, 5 Feb 2012 08:33:40 +0000 (08:33 +0000)
committerOlivier Lamy <olamy@apache.org>
Sun, 5 Feb 2012 08:33:40 +0000 (08:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1240678 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml

index 2d45a6fdcc3f404760f12fe06e4838c77d5cd749..e0beb9e0193269d14b2148beb69e9683ea34cc71 100644 (file)
       <scope>test</scope>
       <version>${redback.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven.wagon</groupId>
+      <artifactId>wagon-http</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.wagon</groupId>
+      <artifactId>wagon-http-lightweight</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <pluginManagement>