Skip to content

Commit 927ece7

Browse files
committed
Adds spring-boot-restclient
1 parent e9c8843 commit 927ece7

File tree

2 files changed

+8
-0
lines changed
  • spring-cloud-contract-verifier
  • spring-cloud-contract-wiremock

2 files changed

+8
-0
lines changed

spring-cloud-contract-verifier/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
<groupId>org.springframework.cloud</groupId>
2626
<artifactId>spring-cloud-contract-shade</artifactId>
2727
</dependency>
28+
<dependency>
29+
<groupId>org.springframework.boot</groupId>
30+
<artifactId>spring-boot-restclient</artifactId>
31+
</dependency>
2832
<dependency>
2933
<groupId>org.springframework.boot</groupId>
3034
<artifactId>spring-boot-test-autoconfigure</artifactId>

spring-cloud-contract-wiremock/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-starter</artifactId>
3030
</dependency>
31+
<dependency>
32+
<groupId>org.springframework.boot</groupId>
33+
<artifactId>spring-boot-restclient</artifactId>
34+
</dependency>
3135
<dependency>
3236
<groupId>org.springframework.boot</groupId>
3337
<artifactId>spring-boot-autoconfigure-processor</artifactId>

0 commit comments

Comments
 (0)