]> source.dussan.org Git - archiva.git/commitdiff
Adding derby in test scope due to redback integration.
authorJoakim Erdfelt <joakime@apache.org>
Thu, 10 May 2007 23:05:21 +0000 (23:05 +0000)
committerJoakim Erdfelt <joakime@apache.org>
Thu, 10 May 2007 23:05:21 +0000 (23:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537035 13f79535-47bb-0310-9956-ffa450edef68

archiva-web/archiva-security/pom.xml

index 81a977ed4b7b61e89756f760f89695358fff81d7..b009c58cbf28327b28b54e7177a38b8f5a554f33 100644 (file)
     <dependency>
       <groupId>org.codehaus.plexus.redback</groupId>
       <artifactId>redback-rbac-memory</artifactId>
-      <scope>test</scope>  
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus.redback</groupId>
       <artifactId>redback-xwork-integration</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>