Skip to content

Commit

Permalink
libs and integration use wiremock-standalone instead of jetty12
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Jun 26, 2024
1 parent fa02143 commit f58cd2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion digiwf-integrations/digiwf-integration-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-jetty12</artifactId>
<artifactId>wiremock-standalone</artifactId>
<version>${wiremock.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion digiwf-libs/digiwf-testing/digiwf-e2e-test-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-jetty12</artifactId>
<artifactId>wiremock-standalone</artifactId>
<version>3.7.0</version>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit f58cd2e

Please sign in to comment.