mirror of https://github.com/apache/maven.git
[MNG-7697] Fix assembly which should not include plexus-utils-3.5.0 (#1057)
This commit is contained in:
parent
814af33e67
commit
ade97d5a69
|
@ -31,6 +31,7 @@ under the License.
|
|||
<outputDirectory>lib</outputDirectory>
|
||||
<excludes>
|
||||
<exclude>org.codehaus.plexus:plexus-classworlds</exclude>
|
||||
<exclude>org.codehaus.plexus:plexus-utils</exclude>
|
||||
</excludes>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
|
|
Loading…
Reference in New Issue