Skip to content

Commit

Permalink
NMS-16863: Deny old netty version
Browse files Browse the repository at this point in the history
  • Loading branch information
christianpape committed Jan 31, 2025
1 parent 1c3afd5 commit cebe860
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opennms-full-assembly/src/assembly/components/osgi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
<exclude>**/scala-library/2.11.0/*</exclude>
<exclude>**/sshd-*/2.8.0</exclude>
<exclude>**/sshd-*/2.8.0/*</exclude>
<exclude>**/netty-*/4.1.22.Final</exclude>
<exclude>**/netty-*/4.1.22.Final/*</exclude>
<exclude>**/*xstream*/1.4.8_1</exclude>
<exclude>**/*xstream*/1.4.8_1/*</exclude>
<exclude>%regex[.*org\/bouncycastle\/(bcprov|bctls|bcutil|bcpkix)-jdk18on\/1.7[56]\/?.*]</exclude>
Expand Down

0 comments on commit cebe860

Please sign in to comment.