]> source.dussan.org Git - archiva.git/commitdiff
make archetype test running off line, prune non needed dependencies
authorOlivier Lamy <olamy@apache.org>
Tue, 7 Aug 2012 15:39:07 +0000 (15:39 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 7 Aug 2012 15:39:07 +0000 (15:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1370321 13f79535-47bb-0310-9956-ffa450edef68

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

index ad89b962b4c30fdb946912ba2fa09eed0664dd76..81d1f64dfa27c37f05d77a9b8e44b9370b2b164e 100644 (file)
       <artifactId>xercesImpl</artifactId>
       <version>2.8.1</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>${derbyVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-dbcp</groupId>
+      <artifactId>commons-dbcp</artifactId>
+      <version>1.4</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <pluginManagement>
index 24c10118c8a71543f758cc02f823ef79dec79af6..6174c8fd0828e351d86b5a9b88ab1d569ee2c8b7 100644 (file)
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-server</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.eclipse.jetty</groupId>
+          <artifactId>jetty-continuation</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.eclipse.jetty</groupId>
+          <artifactId>jetty-http</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.eclipse.jetty</groupId>
+          <artifactId>jetty-io</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.eclipse.jetty</groupId>
+          <artifactId>jetty-util</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.eclipse.jetty</groupId>
+          <artifactId>jetty-security</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>org.apache.geronimo.specs</groupId>
           <artifactId>geronimo-servlet_2.5_spec</artifactId>