Skip to content

Commit 71307ea

Browse files
committed
fix build
1 parent 1b89a68 commit 71307ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
7070
<version>3.0.0</version>
7171
</dependency>
72+
<dependency>
73+
<groupId>org.springframework.boot</groupId>
74+
<artifactId>spring-boot-restclient</artifactId>
75+
<scope>test</scope>
76+
</dependency>
7277
<dependency>
7378
<groupId>org.springframework.boot</groupId>
7479
<artifactId>spring-boot-resttestclient</artifactId>

0 commit comments

Comments
 (0)