File tree 1 file changed +1
-18
lines changed
1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 39
39
<perf4j .version>0.9.16</perf4j .version>
40
40
<bcprov-jdk15on .version>1.70</bcprov-jdk15on .version>
41
41
<commons-crypto .version>1.2.0</commons-crypto .version>
42
- <org .yaml. snakeyaml.version>2.2</org .yaml. snakeyaml.version>
42
+ <snakeyaml .version>2.2</snakeyaml .version>
43
43
</properties >
44
44
45
45
<dependencies >
46
46
47
47
<dependency >
48
48
<groupId >org.springframework.boot</groupId >
49
49
<artifactId >spring-boot-starter</artifactId >
50
- <exclusions >
51
- <exclusion >
52
- <groupId >org.yaml</groupId >
53
- <artifactId >snakeyaml</artifactId >
54
- </exclusion >
55
- </exclusions >
56
50
</dependency >
57
51
58
- <dependency >
59
- <groupId >org.yaml</groupId >
60
- <artifactId >snakeyaml</artifactId >
61
- </dependency >
62
52
63
53
<dependency >
64
54
<groupId >org.springframework.boot</groupId >
167
157
<version >${commons-dbutils.version} </version >
168
158
</dependency >
169
159
170
- <dependency >
171
- <groupId >org.yaml</groupId >
172
- <artifactId >snakeyaml</artifactId >
173
- <version >${org.yaml.snakeyaml.version} </version >
174
- </dependency >
175
-
176
-
177
160
</dependencies >
178
161
</dependencyManagement >
179
162
You can’t perform that action at this time.
0 commit comments