Skip to content

Commit

Permalink
Switch from wiremock to wiremock-standalone to eliminate dependency i…
Browse files Browse the repository at this point in the history
…ssues
  • Loading branch information
reta committed Sep 13, 2023
1 parent b2af614 commit 251b21b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions systests/jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -524,15 +524,9 @@
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<artifactId>wiremock-standalone</artifactId>
<version>${cxf.wiremock.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jakarta.json.bind</groupId>
Expand Down

0 comments on commit 251b21b

Please sign in to comment.