Excluding jdom from bin assembly, since it's brought in by maven-model and maven-profile still...

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@586105 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2007-10-18 19:54:19 +00:00
parent b9995dfb60
commit eb2e63bd5b
1 changed files with 3 additions and 2 deletions

View File

@ -43,9 +43,10 @@ under the License.
<exclude>org.apache.maven:maven-artifact</exclude>
<exclude>org.apache.maven:maven-monitor</exclude>
<exclude>org.apache.maven:maven-plugin-descriptor</exclude>
<!--
<exclude>jdom:jdom</exclude>
<!-- NOTE: Excluding to avoid maven-model and maven-profile inclusions,
since we're not using the jdom modello stuff here.
-->
<exclude>jdom:jdom</exclude>
</excludes>
</dependencySet>
</dependencySets>