Skip to content

Commit

Permalink
add exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Feb 29, 2024
1 parent 9e32b1f commit f74e657
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,10 @@
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit f74e657

Please sign in to comment.