Skip to content

Commit 7b92b64

Browse files
removed provided scope from dependencies (#155)
1 parent af4f01f commit 7b92b64

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
@@ -19,27 +19,22 @@
1919
<dependency>
2020
<groupId>org.springframework.boot</groupId>
2121
<artifactId>spring-boot-autoconfigure</artifactId>
22-
<scope>provided</scope>
2322
</dependency>
2423
<dependency>
2524
<groupId>org.springframework</groupId>
2625
<artifactId>spring-web</artifactId>
27-
<scope>provided</scope>
2826
</dependency>
2927
<dependency>
3028
<groupId>org.springframework</groupId>
3129
<artifactId>spring-beans</artifactId>
32-
<scope>provided</scope>
3330
</dependency>
3431
<dependency>
3532
<groupId>org.springframework</groupId>
3633
<artifactId>spring-context</artifactId>
37-
<scope>provided</scope>
3834
</dependency>
3935
<dependency>
4036
<groupId>org.springframework.boot</groupId>
4137
<artifactId>spring-boot</artifactId>
42-
<scope>provided</scope>
4338
</dependency>
4439
<dependency>
4540
<groupId>io.camunda.spring</groupId>
@@ -48,7 +43,6 @@
4843
<dependency>
4944
<groupId>io.camunda.spring</groupId>
5045
<artifactId>java-client-operate</artifactId>
51-
<scope>provided</scope>
5246
</dependency>
5347
<dependency>
5448
<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
@@ -24,37 +24,30 @@
2424
<dependency>
2525
<groupId>org.springframework.boot</groupId>
2626
<artifactId>spring-boot-autoconfigure</artifactId>
27-
<scope>provided</scope>
2827
</dependency>
2928
<dependency>
3029
<groupId>org.apache.httpcomponents.client5</groupId>
3130
<artifactId>httpclient5</artifactId>
32-
<scope>provided</scope>
3331
</dependency>
3432
<dependency>
3533
<groupId>org.springframework</groupId>
3634
<artifactId>spring-core</artifactId>
37-
<scope>provided</scope>
3835
</dependency>
3936
<dependency>
4037
<groupId>org.springframework</groupId>
4138
<artifactId>spring-beans</artifactId>
42-
<scope>provided</scope>
4339
</dependency>
4440
<dependency>
4541
<groupId>org.springframework</groupId>
4642
<artifactId>spring-context</artifactId>
47-
<scope>provided</scope>
4843
</dependency>
4944
<dependency>
5045
<groupId>org.springframework.boot</groupId>
5146
<artifactId>spring-boot</artifactId>
52-
<scope>provided</scope>
5347
</dependency>
5448
<dependency>
5549
<groupId>com.fasterxml.jackson.core</groupId>
5650
<artifactId>jackson-databind</artifactId>
57-
<scope>provided</scope>
5851
</dependency>
5952
<dependency>
6053
<groupId>io.camunda.spring</groupId>

0 commit comments

Comments
 (0)