Skip to content

Commit

Permalink
Update WireMock maven plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
  • Loading branch information
avpinchuk committed Aug 12, 2023
1 parent 60d57ea commit 339809b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion appserver/tests/tck/microprofile/rest-client/pom.xml
Expand Up @@ -73,7 +73,7 @@
<plugin>
<groupId>uk.co.automatictester</groupId>
<artifactId>wiremock-maven-plugin</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
<configuration>
<dir>${project.build.directory}/classes</dir>
<params>--port=8765 --verbose</params>
Expand All @@ -94,6 +94,13 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down

0 comments on commit 339809b

Please sign in to comment.