Skip to content

Commit 82916f5

Browse files
authored
[4.x]: Change provided and optional to just optional
1 parent 7c7cd61 commit 82916f5

152 files changed

Lines changed: 0 additions & 228 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

builder/tests/builder/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<dependency>
5656
<groupId>jakarta.annotation</groupId>
5757
<artifactId>jakarta.annotation-api</artifactId>
58-
<scope>provided</scope>
5958
<optional>true</optional>
6059
</dependency>
6160
<dependency>

common/configurable/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
<dependency>
5050
<groupId>io.helidon.config</groupId>
5151
<artifactId>helidon-config-metadata</artifactId>
52-
<scope>provided</scope>
5352
<optional>true</optional>
5453
</dependency>
5554
<dependency>

common/http/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,11 @@
5757
<dependency>
5858
<groupId>io.helidon.config</groupId>
5959
<artifactId>helidon-config-metadata</artifactId>
60-
<scope>provided</scope>
6160
<optional>true</optional>
6261
</dependency>
6362
<dependency>
6463
<groupId>io.helidon.config</groupId>
6564
<artifactId>helidon-config-metadata-processor</artifactId>
66-
<scope>provided</scope>
6765
<optional>true</optional>
6866
</dependency>
6967
<dependency>

common/key-util/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,11 @@
3737
<dependency>
3838
<groupId>io.helidon.config</groupId>
3939
<artifactId>helidon-config-metadata</artifactId>
40-
<scope>provided</scope>
4140
<optional>true</optional>
4241
</dependency>
4342
<dependency>
4443
<groupId>io.helidon.config</groupId>
4544
<artifactId>helidon-config-metadata-processor</artifactId>
46-
<scope>provided</scope>
4745
<optional>true</optional>
4846
</dependency>
4947
<dependency>

common/testing/junit5/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<groupId>io.helidon.config</groupId>
3636
<artifactId>helidon-config-metadata-processor</artifactId>
3737
<optional>true</optional>
38-
<scope>provided</scope>
3938
</dependency>
4039
<dependency>
4140
<groupId>org.hamcrest</groupId>

config/config-mp/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,11 @@
5353
<dependency>
5454
<groupId>io.helidon.config</groupId>
5555
<artifactId>helidon-config-metadata</artifactId>
56-
<scope>provided</scope>
5756
<optional>true</optional>
5857
</dependency>
5958
<dependency>
6059
<groupId>io.helidon.config</groupId>
6160
<artifactId>helidon-config-metadata-processor</artifactId>
62-
<scope>provided</scope>
6361
<optional>true</optional>
6462
</dependency>
6563
<dependency>

config/config/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
<dependency>
6262
<groupId>io.helidon.common.features</groupId>
6363
<artifactId>helidon-common-features-api</artifactId>
64-
<scope>provided</scope>
6564
<optional>true</optional>
6665
</dependency>
6766
<dependency>

config/encryption/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<dependency>
5555
<groupId>io.helidon.common.features</groupId>
5656
<artifactId>helidon-common-features-api</artifactId>
57-
<scope>provided</scope>
5857
<optional>true</optional>
5958
</dependency>
6059
<dependency>
@@ -63,7 +62,6 @@
6362
-->
6463
<groupId>io.helidon.config</groupId>
6564
<artifactId>helidon-config-mp</artifactId>
66-
<scope>provided</scope>
6765
<optional>true</optional>
6866
</dependency>
6967
<dependency>

config/etcd/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
This is needed for the Generated annotation in grpc sources -->
8484
<groupId>javax.annotation</groupId>
8585
<artifactId>javax.annotation-api</artifactId>
86-
<scope>provided</scope>
8786
<optional>true</optional>
8887
</dependency>
8988
<dependency>

config/git/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
<dependency>
5858
<groupId>io.helidon.common.features</groupId>
5959
<artifactId>helidon-common-features-api</artifactId>
60-
<scope>provided</scope>
6160
<optional>true</optional>
6261
</dependency>
6362
<dependency>

0 commit comments

Comments
 (0)