Skip to content

Commit

Permalink
Use the WireMock module for Testcontainers from Maven Central (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev authored Oct 25, 2023
1 parent 37fa96e commit 3b3ba15
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions test/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<java.version>11</java.version>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
<wiremock-testcontainers.version>1.0-alpha-7</wiremock-testcontainers.version>
<wiremock-testcontainers.version>1.0-alpha-13</wiremock-testcontainers.version>
<testcontainers.version>1.18.3</testcontainers.version>
<junit.version>5.9.3</junit.version>
<assertj.version>3.24.2</assertj.version>
Expand Down Expand Up @@ -66,8 +66,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.wiremock</groupId>
<artifactId>wiremock-testcontainers-java</artifactId>
<groupId>org.wiremock.integrations.testcontainers</groupId>
<artifactId>wiremock-testcontainers-module</artifactId>
<version>${wiremock-testcontainers.version}</version>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -162,13 +162,6 @@
</plugins>
</build>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<scm>
<connection>scm:git:git://github.com/wiremock/wiremock-docker.git</connection>
<developerConnection>scm:git:https://github.com/wiremock/wiremock-docker.git</developerConnection>
Expand Down

0 comments on commit 3b3ba15

Please sign in to comment.