Skip to content

Commit

Permalink
Added hamcrest back
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Sep 19, 2023
1 parent 7b4c999 commit aeaa2fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<awaitility.version>4.2.0</awaitility.version>
<artemis.version>2.26.0</artemis.version>
<testcontainers.version>1.17.5</testcontainers.version>
<hamcrest.version>2.2</hamcrest.version>

<!-- We need to have compatibility with Gradle -->
<groovy.version>4.0.0</groovy.version>
Expand Down Expand Up @@ -491,6 +492,11 @@
<artifactId>junit-jupiter</artifactId>
<version>${testcontainers.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
5 changes: 5 additions & 0 deletions spring-cloud-contract-wiremock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
<artifactId>assertj-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
Expand Down

0 comments on commit aeaa2fa

Please sign in to comment.