Skip to content

Commit

Permalink
exclude javax.* dependencies introduced by shrinkwrap update
Browse files Browse the repository at this point in the history
resolves #160

Signed-off-by: Niko Köbler <niko@n-k.de>
  • Loading branch information
dasniko committed Oct 8, 2024
1 parent b086b95 commit 2b37dd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-impl-base</artifactId>
<version>${shrinkwrap.version}</version>
<exclusions>
<exclusion>
<groupId>com.sun.activation</groupId>
<artifactId>javax.activation</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 2b37dd3

Please sign in to comment.