Skip to content

Commit

Permalink
Clean up shading
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebeaton committed Oct 8, 2024
1 parent 4ffe370 commit b594a6e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>7.0.0</version>
<exclusions>
<exclusion>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
Expand Down
9 changes: 9 additions & 0 deletions shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
<exclude>META-INF/LICENSE</exclude>
<exclude>META-INF/LICENSE.*</exclude>
<exclude>META-INF/NOTICE</exclude>
<exclude>META-INF/NOTICE.*</exclude>
<exclude>META-INF/DEPENDENCIES</exclude>
<exclude>META-INF/MANIFEST.MF</exclude>
<exclude>module-info.class</exclude>
<exclude>META-INF/versions/*</exclude>
<exclude>META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable</exclude>
</excludes>
</filter>
</filters>
Expand Down

0 comments on commit b594a6e

Please sign in to comment.