]> source.dussan.org Git - archiva.git/commitdiff
remove plexus-command-line dependency as not needed
authorOlivier Lamy <olamy@apache.org>
Sat, 21 Apr 2012 15:40:23 +0000 (15:40 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 21 Apr 2012 15:40:23 +0000 (15:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1328696 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
archiva-modules/archiva-web/archiva-webapp-test/pom.xml
archiva-modules/archiva-web/pom.xml

index b58d589fa3eaf693419f06a175a153f9504c5098..5b591e7af88c5edd0fb4cfa8df018dc86a807fce 100644 (file)
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
     </dependency>
-
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-command-line</artifactId>
-      <exclusions>
-        <exclusion>
-          <artifactId>plexus-container-default</artifactId>
-          <groupId>org.codehaus.plexus</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>plexus-component-api</artifactId>
-          <groupId>org.codehaus.plexus</groupId>
-        </exclusion>
-      </exclusions>
-    </dependency>
     <dependency>
       <groupId>org.apache.archiva</groupId>
       <artifactId>archiva-webapp-js</artifactId>
index ac2a09dabaa1b3148c1c268d2e0e9382160f7dab..196e8d37b1076a97f523f8e416814f9b1658cc71 100644 (file)
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
     </dependency>
-
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-command-line</artifactId>
-      <exclusions>
-        <exclusion>
-          <artifactId>plexus-container-default</artifactId>
-          <groupId>org.codehaus.plexus</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>plexus-component-api</artifactId>
-          <groupId>org.codehaus.plexus</groupId>
-        </exclusion>
-      </exclusions>
-    </dependency>
     <dependency>
       <groupId>org.apache.archiva</groupId>
       <artifactId>archiva-webapp</artifactId>
index 78588ad5b38eb42b2bd68440a1acd4f1220938f4..37700b76460ca1995013c61926984535121ae6a8 100644 (file)
         <version>6.4</version>
         <scope>test</scope>
       </dependency>
-      <dependency>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-command-line</artifactId>
-        <version>1.0-alpha-2</version>
-        <exclusions>
-          <exclusion>
-            <artifactId>plexus-container-default</artifactId>
-            <groupId>org.codehaus.plexus</groupId>
-          </exclusion>
-          <exclusion>
-            <artifactId>plexus-component-api</artifactId>
-            <groupId>org.codehaus.plexus</groupId>
-          </exclusion>
-        </exclusions>
-      </dependency>
       <dependency>
         <groupId>org.apache.archiva</groupId>
         <artifactId>archiva-test-mocks</artifactId>