]> source.dussan.org Git - archiva.git/commitdiff
clean up dependencies
authorBrett Porter <brett@apache.org>
Wed, 9 Apr 2008 17:19:31 +0000 (17:19 +0000)
committerBrett Porter <brett@apache.org>
Wed, 9 Apr 2008 17:19:31 +0000 (17:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646442 13f79535-47bb-0310-9956-ffa450edef68

17 files changed:
archiva-cli/pom.xml
archiva-modules/archiva-base/archiva-common/pom.xml
archiva-modules/archiva-base/archiva-configuration/pom.xml
archiva-modules/archiva-base/archiva-consumers/archiva-core-consumers/pom.xml
archiva-modules/archiva-base/archiva-consumers/archiva-database-consumers/pom.xml
archiva-modules/archiva-base/archiva-consumers/archiva-dependency-tree-consumer/pom.xml
archiva-modules/archiva-base/archiva-consumers/archiva-lucene-consumers/pom.xml
archiva-modules/archiva-base/archiva-converter/pom.xml
archiva-modules/archiva-base/archiva-model/pom.xml
archiva-modules/archiva-base/archiva-policies/pom.xml
archiva-modules/archiva-base/archiva-proxy/pom.xml
archiva-modules/archiva-base/archiva-repository-layer/pom.xml
archiva-modules/archiva-database/pom.xml
archiva-modules/archiva-reporting/archiva-artifact-reports/pom.xml
archiva-modules/archiva-scheduled/pom.xml
archiva-modules/archiva-web/archiva-security/pom.xml
archiva-modules/archiva-web/archiva-webdav/pom.xml

index ed18c91122f51c95ab6fc780153dd95aee720ebf..5e251b68399af9e32b0dd3b8182b57673a3d3531 100644 (file)
       <version>1.5.0</version>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-spring</artifactId>
+    </dependency>
   </dependencies>
   <build>
     <plugins>
index de064e520f8f84d8fa7f132611b9f5d10ddd99fd..ba19641c011ec15545bc707f5b4b354aef56dc9b 100644 (file)
@@ -57,6 +57,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>xalan</groupId>
index 80f659e47cc3ed8648b2b95192d4824b4d35234c..09d3d8f7bb062e1caee8873feb34470df057984a 100644 (file)
   <artifactId>archiva-configuration</artifactId>
   <name>Archiva Base :: Configuration</name>
   <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus.registry</groupId>
       <artifactId>plexus-registry-api</artifactId>
index 165249f01ca78ad69d7c678054fca316928ed62f..bde81f60f68f39b756c64e74faebfa24ac921d66 100644 (file)
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-digest</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
 
     <!-- test dependencies -->
     <dependency>
index 2900a3218124d4829bb3688c2f16615340b1832d..80309e2f4cf0eac9a947a07257bbc5d0d0c27904 100644 (file)
       <groupId>org.apache.archiva</groupId>
       <artifactId>archiva-repository-layer</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-digest</artifactId>
index 3caf0ae308f0f8abf806b352696d4dff5e95e751..12bc44c7cd3424d78cc9198ea61a47dad1c85116 100644 (file)
       <groupId>org.apache.archiva</groupId>
       <artifactId>archiva-consumer-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+      <version>1.6.1</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-dependency-tree</artifactId>
index 6335bfcce82eda07b6f8370df280b69b47837bbf..a6521fe0e34f50b15cef313167cb357396440c4f 100644 (file)
       <groupId>org.apache.archiva</groupId>
       <artifactId>archiva-repository-layer</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>
index 97bd637543ba372ddc75a96b9d78c7f551193ae0..c4fb15f6dba126813a89a1da68cf0b80358bca79 100644 (file)
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-i18n</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>
index fa062079b4901b5897697512692f1bdfa89232f9..a875b95fa7946b97c7bdbcf7fb560937046a78df 100755 (executable)
       <groupId>org.apache.archiva</groupId>
       <artifactId>archiva-common</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>javax.jdo</groupId>
       <artifactId>jdo2-api</artifactId>
index 779745f83a134cffcd12af2c71a5bac19b48124c..b49a6ab7bf73b3d83f8682f202c89cde65bdace9 100644 (file)
@@ -35,6 +35,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
index a943b91f58d2ea6bfd862cda2788699cc198747c..d616884e835770b6702ea192b4fa03218edc825b 100644 (file)
@@ -31,7 +31,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-spring</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.archiva</groupId>
index f23658bfe1d9523031d2fa7d18064d9bec433020..6b0d6c393ee7afa8830473fd9638b1e9a2073cd3 100644 (file)
       <artifactId>xmlunit</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>
index ea0c392724cd6bdda291f507dcefb9adb97a5748..a2a786fa9d8dc9aff097d7408324ee6829285610 100755 (executable)
       <groupId>org.apache.archiva</groupId>
       <artifactId>archiva-model</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-jdo2</artifactId>
index 9ae30f777a37db951510c126ed04424956e48187..af8bc928306ae91552755e3c8c9084381c5a3c03 100755 (executable)
       <artifactId>plexus-registry-commons</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
index ce3ab02ffc5072d9b4e724a6ce40382bae754147..f98cc92ae7fac5696dbf8acb8af06534a0e626f5 100644 (file)
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-quartz</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-api</artifactId>
index 64288308bccedff2e9f888df5299cf8de0b76877..c835aa105b0f0caa45887348f0a79dca260f31dd 100644 (file)
       <groupId>org.apache.archiva</groupId>
       <artifactId>archiva-configuration</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus.redback</groupId>
       <artifactId>redback-system</artifactId>
index 9a4e48b3dee5f78212c399f8ca8f7794cd75c0ba..0f825d5d2495a36c9f47528254bd4656af45616f 100644 (file)
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-spring</artifactId>
-      <version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>