From 2adfa0d5f1e887294a9d107604d1333a545f524a Mon Sep 17 00:00:00 2001 From: Jan Zickermann <jan.zickermann@dataport.de> Date: Wed, 2 Apr 2025 10:39:18 +0200 Subject: [PATCH] KOP-3126 Use wiremock-spring-boot --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a20d543..f8bba37 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <cxf-xjc.version>4.0.0</cxf-xjc.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 --> <timestamp>${maven.build.timestamp}</timestamp> @@ -140,9 +140,10 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.wiremock</groupId> - <artifactId>wiremock</artifactId> - <version>${wiremock.version}</version> + <groupId>org.wiremock.integrations</groupId> + <artifactId>wiremock-spring-boot</artifactId> + <version>${wiremock-spring-boot.version}</version> + <scope>test</scope> </dependency> </dependencies> -- GitLab