[MNG-7697] Fix assembly which should not include plexus-utils-3.5.0 (#1057)

This commit is contained in:
Guillaume Nodet 2023-03-15 13:12:48 +01:00 committed by GitHub
parent 814af33e67
commit ade97d5a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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>