File tree Expand file tree Collapse file tree 3 files changed +0
-17
lines changed
examples/operate-example-load-process-instance
spring-boot-starter-camunda-operate Expand file tree Collapse file tree 3 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 1717 <dependency >
1818 <groupId >org.springframework.boot</groupId >
1919 <artifactId >spring-boot-autoconfigure</artifactId >
20- <scope >provided</scope >
2120 </dependency >
2221 <dependency >
2322 <groupId >org.springframework</groupId >
2423 <artifactId >spring-web</artifactId >
25- <scope >provided</scope >
2624 </dependency >
2725 <dependency >
2826 <groupId >org.springframework</groupId >
2927 <artifactId >spring-beans</artifactId >
30- <scope >provided</scope >
3128 </dependency >
3229 <dependency >
3330 <groupId >org.springframework</groupId >
3431 <artifactId >spring-context</artifactId >
35- <scope >provided</scope >
3632 </dependency >
3733 <dependency >
3834 <groupId >org.springframework.boot</groupId >
3935 <artifactId >spring-boot</artifactId >
40- <scope >provided</scope >
4136 </dependency >
4237 <dependency >
4338 <groupId >io.camunda.spring</groupId >
4641 <dependency >
4742 <groupId >io.camunda.spring</groupId >
4843 <artifactId >java-client-operate</artifactId >
49- <scope >provided</scope >
5044 </dependency >
5145 <dependency >
5246 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 1313 <dependency >
1414 <groupId >org.slf4j</groupId >
1515 <artifactId >slf4j-api</artifactId >
16- <scope >provided</scope >
1716 </dependency >
1817 <dependency >
1918 <groupId >io.camunda</groupId >
2625 <dependency >
2726 <groupId >org.apache.httpcomponents.core5</groupId >
2827 <artifactId >httpcore5</artifactId >
29- <scope >provided</scope >
3028 </dependency >
3129 <dependency >
3230 <groupId >com.fasterxml.jackson.core</groupId >
3533 <dependency >
3634 <groupId >com.fasterxml.jackson.core</groupId >
3735 <artifactId >jackson-core</artifactId >
38- <scope >provided</scope >
3936 </dependency >
4037 <dependency >
4138 <groupId >com.fasterxml.jackson.core</groupId >
4239 <artifactId >jackson-annotations</artifactId >
43- <scope >provided</scope >
4440 </dependency >
4541 <dependency >
4642 <groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >org.springframework.boot</groupId >
2424 <artifactId >spring-boot-autoconfigure</artifactId >
25- <scope >provided</scope >
2625 </dependency >
2726 <dependency >
2827 <groupId >org.apache.httpcomponents.client5</groupId >
2928 <artifactId >httpclient5</artifactId >
30- <scope >provided</scope >
3129 </dependency >
3230 <dependency >
3331 <groupId >org.springframework</groupId >
3432 <artifactId >spring-core</artifactId >
35- <scope >provided</scope >
3633 </dependency >
3734 <dependency >
3835 <groupId >org.springframework</groupId >
3936 <artifactId >spring-beans</artifactId >
40- <scope >provided</scope >
4137 </dependency >
4238 <dependency >
4339 <groupId >org.springframework</groupId >
4440 <artifactId >spring-context</artifactId >
45- <scope >provided</scope >
4641 </dependency >
4742 <dependency >
4843 <groupId >org.springframework.boot</groupId >
4944 <artifactId >spring-boot</artifactId >
50- <scope >provided</scope >
5145 </dependency >
5246 <dependency >
5347 <groupId >com.fasterxml.jackson.core</groupId >
5448 <artifactId >jackson-databind</artifactId >
55- <scope >provided</scope >
5649 </dependency >
5750 <dependency >
5851 <groupId >io.camunda.spring</groupId >
You can’t perform that action at this time.
0 commit comments