Skip to content

Commit

Permalink
Exclude org.sonatype.plexus jars.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir committed Apr 2, 2024
1 parent 50399f9 commit 234695d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions business-central-parent/business-monitoring-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,14 @@
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</exclusion>
<exclusion>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-cipher</artifactId>
</exclusion>
<exclusion>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-sec-dispatcher</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 234695d

Please sign in to comment.