We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b89a68 commit 71307eaCopy full SHA for 71307ea
pom.xml
@@ -69,6 +69,11 @@
69
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
70
<version>3.0.0</version>
71
</dependency>
72
+ <dependency>
73
+ <groupId>org.springframework.boot</groupId>
74
+ <artifactId>spring-boot-restclient</artifactId>
75
+ <scope>test</scope>
76
+ </dependency>
77
<dependency>
78
<groupId>org.springframework.boot</groupId>
79
<artifactId>spring-boot-resttestclient</artifactId>
0 commit comments