]> source.dussan.org Git - archiva.git/commitdiff
try again to fix this consumer with empty repo
authorOlivier Lamy <olamy@apache.org>
Wed, 2 Apr 2014 06:08:01 +0000 (06:08 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 2 Apr 2014 06:08:01 +0000 (06:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1583886 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml

index 87029e1c5da60ff319e862f7cc9696a31ade9eea..85003926b2887c8001160405777be53aee511b83 100644 (file)
       <artifactId>metadata-store-jcr</artifactId>
       <scope>provided</scope>
     </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>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-dbcp</groupId>
+      <artifactId>commons-dbcp</artifactId>
+      <version>1.4</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <resources>