Skip to content

Commit

Permalink
Merge pull request #1406 from rsvoboda/wiremock-jre8.mdep.management
Browse files Browse the repository at this point in the history
put wiremock-jre8 under dependency management
  • Loading branch information
michalvavrik committed Sep 11, 2023
2 parents 58bd475 + a2be41a commit eded622
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion http/vertx-web-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.35.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<exclude.quarkus.devmode.tests>no</exclude.quarkus.devmode.tests>
<!-- Docker images used by both surefire and failsafe plugin -->
<postgresql.latest.image>docker.io/library/postgres:15</postgresql.latest.image>
<wiremock-jre8.version>2.35.0</wiremock-jre8.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -109,6 +110,12 @@
<!-- <artifactId>quarkus-helm</artifactId>-->
<!-- <version>${quarkus-helm.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>${wiremock-jre8.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand Down

0 comments on commit eded622

Please sign in to comment.