Skip to content

Commit 56d0419

Browse files
removed provided scope from dependencies (#155) (#157)
(cherry picked from commit 7b92b64)
1 parent 0db85bc commit 56d0419

File tree

3 files changed

+0
-17
lines changed
  • examples/operate-example-load-process-instance
  • extension

3 files changed

+0
-17
lines changed

examples/operate-example-load-process-instance/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,22 @@
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>
@@ -46,7 +41,6 @@
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>

extension/java-client-operate/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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>
@@ -26,7 +25,6 @@
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>
@@ -35,12 +33,10 @@
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>

extension/spring-boot-starter-camunda-operate/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,37 +22,30 @@
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>

0 commit comments

Comments
 (0)