mirror of https://github.com/apache/maven.git
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:
parent
9f09b879a4
commit
77caea316a
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue