Skip to content

Commit

Permalink
Update Wiremock
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Aug 22, 2024
1 parent 9b177ac commit c88334b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions integration-tests/consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>Quarkus - Config Extensions - Integration Tests - Consul</name>

<properties>
<wiremock-jre8.version>2.27.2</wiremock-jre8.version>
<wiremock.version>3.9.1</wiremock.version>
<wiremock-maven-plugin.version>7.3.0</wiremock-maven-plugin.version>
</properties>

Expand Down Expand Up @@ -99,12 +99,10 @@
<artifactId>wiremock-maven-plugin</artifactId>
<version>${wiremock-maven-plugin.version}</version>
<dependencies>
<!-- plugin defines "wiremock" artifactId (in provided scope), not the preferred "wiremock-jre8"
which cannot be forced here, see https://issues.apache.org/jira/browse/MNG-6222 -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>${wiremock-jre8.version}</version>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>${wiremock.version}</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit c88334b

Please sign in to comment.