Skip to content

Commit e777a6c

Browse files
committed
Adds spring-boot-webclient
1 parent 927ece7 commit e777a6c

File tree

1 file changed

+5
-0
lines changed
  • spring-cloud-contract-wiremock

1 file changed

+5
-0
lines changed

spring-cloud-contract-wiremock/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
<artifactId>spring-boot-autoconfigure-processor</artifactId>
3838
<optional>true</optional>
3939
</dependency>
40+
<dependency>
41+
<groupId>org.springframework.boot</groupId>
42+
<artifactId>spring-boot-webclient</artifactId>
43+
<scope>test</scope>
44+
</dependency>
4045
<dependency>
4146
<groupId>org.springframework.boot</groupId>
4247
<artifactId>spring-boot-webmvc</artifactId>

0 commit comments

Comments
 (0)