We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba63ba3 + aee2229 commit af9ca86Copy full SHA for af9ca86
modules/flowable-external-job-rest/pom.xml
@@ -59,6 +59,12 @@
59
<version>${spring.boot.version}</version>
60
<scope>test</scope>
61
</dependency>
62
+ <dependency>
63
+ <groupId>org.springframework.boot</groupId>
64
+ <artifactId>spring-boot-restclient</artifactId>
65
+ <version>${spring.boot.version}</version>
66
+ <scope>test</scope>
67
+ </dependency>
68
<dependency>
69
<groupId>org.springframework.boot</groupId>
70
<artifactId>spring-boot-resttestclient</artifactId>
0 commit comments