File tree Expand file tree Collapse file tree 3 files changed +2
-26
lines changed
spring-cloud-oci-samples/spring-cloud-oci-common-samples-utils Expand file tree Collapse file tree 3 files changed +2
-26
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
62
62
63
63
<properties >
64
64
<spring-cloud-oci-dependencies .version>${project.version} </spring-cloud-oci-dependencies .version>
65
- <spring-cloud-dependencies .version>2023.0.1 </spring-cloud-dependencies .version>
65
+ <spring-cloud-dependencies .version>2023.0.2 </spring-cloud-dependencies .version>
66
66
<spring-boot-dependencies .version>3.2.6</spring-boot-dependencies .version>
67
67
<oci-sdk .version>3.43.0</oci-sdk .version>
68
68
<spring-boot-maven-plugin .version>3.2.5</spring-boot-maven-plugin .version>
@@ -151,12 +151,6 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
151
151
<groupId >org.springframework.boot</groupId >
152
152
<artifactId >spring-boot-starter-test</artifactId >
153
153
<scope >test</scope >
154
- <exclusions >
155
- <exclusion >
156
- <groupId >org.yaml</groupId >
157
- <artifactId >snakeyaml</artifactId >
158
- </exclusion >
159
- </exclusions >
160
154
</dependency >
161
155
</dependencies >
162
156
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
- Copyright (c) 2023, Oracle and/or its affiliates.
3
+ Copyright (c) 2023, 2024, Oracle and/or its affiliates.
4
4
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
5
5
-->
6
6
@@ -48,12 +48,6 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
48
48
<dependency >
49
49
<groupId >org.springframework.boot</groupId >
50
50
<artifactId >spring-boot-starter</artifactId >
51
- <exclusions >
52
- <exclusion >
53
- <groupId >org.yaml</groupId >
54
- <artifactId >snakeyaml</artifactId >
55
- </exclusion >
56
- </exclusions >
57
51
</dependency >
58
52
<dependency >
59
53
<groupId >com.oracle.oci.sdk</groupId >
Original file line number Diff line number Diff line change @@ -24,22 +24,10 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
24
24
<dependency >
25
25
<groupId >org.springframework.boot</groupId >
26
26
<artifactId >spring-boot-starter-web</artifactId >
27
- <exclusions >
28
- <exclusion >
29
- <groupId >org.yaml</groupId >
30
- <artifactId >snakeyaml</artifactId >
31
- </exclusion >
32
- </exclusions >
33
27
</dependency >
34
28
<dependency >
35
29
<groupId >org.springdoc</groupId >
36
30
<artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
37
- <exclusions >
38
- <exclusion >
39
- <groupId >org.yaml</groupId >
40
- <artifactId >snakeyaml</artifactId >
41
- </exclusion >
42
- </exclusions >
43
31
<version >2.5.0</version >
44
32
</dependency >
45
33
<dependency >
You can’t perform that action at this time.
0 commit comments