File tree Expand file tree Collapse file tree
flowable-spring-boot/flowable-spring-boot-samples
flowable-spring-boot-sample-actuator
flowable-spring-boot-sample-ldap
flowable-spring-boot-sample-rest-api-security
flowable-spring-boot-sample-rest-api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 803803 <artifactId >spring-boot-resttestclient</artifactId >
804804 <scope >test</scope >
805805 </dependency >
806+ <dependency >
807+ <groupId >org.springframework.boot</groupId >
808+ <artifactId >spring-boot-restclient</artifactId >
809+ <scope >test</scope >
810+ </dependency >
806811 <dependency >
807812 <groupId >org.springframework.boot</groupId >
808813 <artifactId >spring-boot-starter-actuator-test</artifactId >
Original file line number Diff line number Diff line change 2828 <artifactId >spring-boot-resttestclient</artifactId >
2929 <scope >test</scope >
3030 </dependency >
31+ <dependency >
32+ <groupId >org.springframework.boot</groupId >
33+ <artifactId >spring-boot-restclient</artifactId >
34+ <scope >test</scope >
35+ </dependency >
3136 </dependencies >
3237
3338
Original file line number Diff line number Diff line change 5050 <artifactId >spring-boot-resttestclient</artifactId >
5151 <scope >test</scope >
5252 </dependency >
53+ <dependency >
54+ <groupId >org.springframework.boot</groupId >
55+ <artifactId >spring-boot-restclient</artifactId >
56+ <scope >test</scope >
57+ </dependency >
5358 </dependencies >
5459
5560</project >
Original file line number Diff line number Diff line change 3232 <artifactId >spring-boot-resttestclient</artifactId >
3333 <scope >test</scope >
3434 </dependency >
35+ <dependency >
36+ <groupId >org.springframework.boot</groupId >
37+ <artifactId >spring-boot-restclient</artifactId >
38+ <scope >test</scope >
39+ </dependency >
3540
3641 </dependencies >
3742
Original file line number Diff line number Diff line change 2626 <artifactId >spring-boot-resttestclient</artifactId >
2727 <scope >test</scope >
2828 </dependency >
29+ <dependency >
30+ <groupId >org.springframework.boot</groupId >
31+ <artifactId >spring-boot-restclient</artifactId >
32+ <scope >test</scope >
33+ </dependency >
2934 </dependencies >
3035
3136
You can’t perform that action at this time.
0 commit comments