Skip to content

Commit

Permalink
remove obsolete assembly exclusion
Browse files Browse the repository at this point in the history
fix Warning:  The following patterns were never triggered in this
artifact exclusion filter:
o  'rhino:js
  • Loading branch information
edeso committed Aug 17, 2021
1 parent b59ffa0 commit 9289712
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions etc/mvn/cmp_core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
nolang, nosrc and add them via assembly -->
<useProjectArtifact>false</useProjectArtifact>
<excludes>
<!-- exclude batik and js which is a batik dependency
we'll selectively include needed deps in cmp_plus.xml -->
<!-- exclude batik we'll selectively include needed deps in cmp_plus.xml -->
<exclude>*:batik-*</exclude>
<exclude>rhino:js</exclude>
<!-- exclude junit and hamcrest from CORE build -->
<exclude>junit:*</exclude>
<exclude>org.hamcrest:hamcrest-core</exclude>
Expand Down

0 comments on commit 9289712

Please sign in to comment.