Skip to content
Snippets Groups Projects
Commit 2adfa0d5 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

KOP-3126 Use wiremock-spring-boot

parent e989d154
No related branches found
No related tags found
No related merge requests found
Pipeline #2285 failed
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<cxf-xjc.version>4.0.0</cxf-xjc.version> <cxf-xjc.version>4.0.0</cxf-xjc.version>
<jsr305.version>3.0.2</jsr305.version> <jsr305.version>3.0.2</jsr305.version>
<wiremock.version>3.12.1</wiremock.version> <wiremock-spring-boot.version>3.6.0</wiremock-spring-boot.version>
<!-- Build settings --> <!-- Build settings -->
<timestamp>${maven.build.timestamp}</timestamp> <timestamp>${maven.build.timestamp}</timestamp>
...@@ -140,9 +140,10 @@ ...@@ -140,9 +140,10 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.wiremock</groupId> <groupId>org.wiremock.integrations</groupId>
<artifactId>wiremock</artifactId> <artifactId>wiremock-spring-boot</artifactId>
<version>${wiremock.version}</version> <version>${wiremock-spring-boot.version}</version>
<scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment