You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/10 04:45:35 UTC

svn commit: r189883 - in /maven/components/trunk/maven-artifact-ant: pom.xml src/main/assembly/dep.xml

Author: brett
Date: Thu Jun  9 19:45:34 2005
New Revision: 189883

URL: http://svn.apache.org/viewcvs?rev=189883&view=rev
Log:
temporary so it will build with alpha-2

Modified:
    maven/components/trunk/maven-artifact-ant/pom.xml
    maven/components/trunk/maven-artifact-ant/src/main/assembly/dep.xml

Modified: maven/components/trunk/maven-artifact-ant/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-artifact-ant/pom.xml?rev=189883&r1=189882&r2=189883&view=diff
==============================================================================
--- maven/components/trunk/maven-artifact-ant/pom.xml (original)
+++ maven/components/trunk/maven-artifact-ant/pom.xml Thu Jun  9 19:45:34 2005
@@ -16,12 +16,14 @@
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
       <version>2.0-SNAPSHOT</version>
+<!--
       <exclusions>
         <exclusion>
           <groupId>junit</groupId>
           <artifactId>junit</artifactId>
         </exclusion>
       </exclusions>
+-->
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>

Modified: maven/components/trunk/maven-artifact-ant/src/main/assembly/dep.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-artifact-ant/src/main/assembly/dep.xml?rev=189883&r1=189882&r2=189883&view=diff
==============================================================================
--- maven/components/trunk/maven-artifact-ant/src/main/assembly/dep.xml (original)
+++ maven/components/trunk/maven-artifact-ant/src/main/assembly/dep.xml Thu Jun  9 19:45:34 2005
@@ -19,6 +19,8 @@
       <scope>runtime</scope>
       <excludes>
         <exclude>ant:ant</exclude>
+        <!-- Temporary until exclusion back in POM -->
+        <exclude>junit:junit</exclude>
       </excludes>
     </dependencySet>
   </dependencySets>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org