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