Add wiremock dependency
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -49,6 +49,7 @@
|
||||
<okhttp.version>4.11.0</okhttp.version>
|
||||
<artifactory-client.version>2.17.0</artifactory-client.version>
|
||||
<groovy.version>4.0.6</groovy.version>
|
||||
<wiremock.version>3.0.4</wiremock.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -157,6 +158,11 @@
|
||||
<artifactId>groovy</artifactId>
|
||||
<version>${groovy.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.wiremock</groupId>
|
||||
<artifactId>wiremock-standalone</artifactId>
|
||||
<version>${wiremock.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
@@ -114,6 +114,12 @@
|
||||
<artifactId>awaitility</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.wiremock</groupId>
|
||||
<artifactId>wiremock-standalone</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!--<dependency>
|
||||
<groupId>io.spring.sagan</groupId>
|
||||
<artifactId>sagan-site</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user