Skip to content

Commit

Permalink
Fix warning when executing AIO jar
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Jul 3, 2024
1 parent 9ff61c2 commit 19811e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.1.6</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>3.1.6</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.connectors</groupId>
Expand Down
10 changes: 3 additions & 7 deletions src/assembly/deps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<outputDirectory>/</outputDirectory>
<unpack>false</unpack>
<scope>runtime</scope>
<useTransitiveDependencies>false</useTransitiveDependencies>
</dependencySet>
<dependencySet>
<excludes>
<exclude>org.opengis.cite.teamengine:teamengine-spi</exclude>
<exclude>org.glassfish.jersey.*:*</exclude>
<exclude>*:jersey-client</exclude>
<exclude>*:jersey-server</exclude>
<exclude>*:jersey-hk2</exclude>
<exclude>jakarta.ws.rs:jakarta.ws.rs-api</exclude>
<exclude>com.beust:jcommander</exclude>
<exclude>javax.ws.rs:jsr311-api</exclude>
Expand Down

0 comments on commit 19811e2

Please sign in to comment.