Skip to content

Commit

Permalink
NMS-16675: Exclude all jackson-databind versions below 2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christianpape committed Nov 29, 2024
1 parent 1ce90b3 commit 977f6b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions opennms-full-assembly/src/assembly/components/osgi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
<exclude>**/sshd-*/2.8.0/*</exclude>
<exclude>**/*xstream*/1.4.8_1</exclude>
<exclude>**/*xstream*/1.4.8_1/*</exclude>
<exclude>**/jackson-databind/2.5.4</exclude>
<exclude>**/jackson-databind/2.5.4/*</exclude>
<exclude>**/jackson-databind/2.9.10.8</exclude>
<exclude>**/jackson-databind/2.9.10.8/*</exclude>
<exclude>**/jackson-databind/2.9.8</exclude>
<exclude>**/jackson-databind/2.9.8/*</exclude>
<exclude>%regex[.*org\/bouncycastle\/(bcprov|bctls|bcutil|bcpkix)-jdk18on\/1.7[56]\/?.*]</exclude>
</excludes>
</fileSet>
Expand Down

0 comments on commit 977f6b6

Please sign in to comment.