Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
benken-parasoft committed Dec 29, 2022
1 parent a9b696d commit ceb5265
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</exclusion>
<!-- work around https://github.com/eclipse-ee4j/jersey/issues/5226 -->
<exclusion>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit ceb5265

Please sign in to comment.