temporary so it will build with alpha-2

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@189883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-10 02:45:34 +00:00
parent 3fff37a88d
commit 43ff603963
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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>