Skip to content

Commit

Permalink
bouncycastle is multi-release now and therefore we need to exclude th…
Browse files Browse the repository at this point in the history
…e versions from duplicate class detection
  • Loading branch information
sfc-gh-psaha committed Jan 5, 2024
1 parent c1363f7 commit fcea4bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,10 @@
<banDuplicateClasses>
<findAllDuplicates>true</findAllDuplicates>
<ignoreWhenIdentical>true</ignoreWhenIdentical>
<ignoreClasses>
<!-- ignoring multirelease jar classes -->
<ignoreClass>META-INF/versions/*</ignoreClass>
</ignoreClasses>
</banDuplicateClasses>
<banDuplicatePomDependencyVersions/>
<bannedDependencies/>
Expand Down

0 comments on commit fcea4bf

Please sign in to comment.