clean up exclusions list

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@188778 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-07 14:19:06 +00:00
parent 9f09b879a4
commit 77caea316a
2 changed files with 6 additions and 9 deletions

View File

@ -16,6 +16,12 @@
<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

@ -18,16 +18,7 @@
<unpack>true</unpack>
<scope>runtime</scope>
<excludes>
<exclude>junit:junit</exclude>
<exclude>ant:ant</exclude>
<exclude>marmalade:marmalade-core</exclude>
<exclude>plexus:plexus-marmalade-factory</exclude>
<exclude>commons-cli:commons-cli</exclude>
<exclude>plexus:plexus-container-artifact</exclude>
<exclude>plexus:plexus-i18n</exclude>
<exclude>org.apache.maven:maven-script-marmalade</exclude>
<exclude>org.apache.maven:maven-plugin</exclude>
<exclude>org.apache.maven:maven-monitor</exclude>
</excludes>
</dependencySet>
</dependencySets>