Skip to content

Commit fb38460

Browse files
committed
update snakeyaml version 2.2
1 parent de6b06e commit fb38460

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

pom.xml

+1-18
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,16 @@
3939
<perf4j.version>0.9.16</perf4j.version>
4040
<bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
4141
<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>
4343
</properties>
4444

4545
<dependencies>
4646

4747
<dependency>
4848
<groupId>org.springframework.boot</groupId>
4949
<artifactId>spring-boot-starter</artifactId>
50-
<exclusions>
51-
<exclusion>
52-
<groupId>org.yaml</groupId>
53-
<artifactId>snakeyaml</artifactId>
54-
</exclusion>
55-
</exclusions>
5650
</dependency>
5751

58-
<dependency>
59-
<groupId>org.yaml</groupId>
60-
<artifactId>snakeyaml</artifactId>
61-
</dependency>
6252

6353
<dependency>
6454
<groupId>org.springframework.boot</groupId>
@@ -167,13 +157,6 @@
167157
<version>${commons-dbutils.version}</version>
168158
</dependency>
169159

170-
<dependency>
171-
<groupId>org.yaml</groupId>
172-
<artifactId>snakeyaml</artifactId>
173-
<version>${org.yaml.snakeyaml.version}</version>
174-
</dependency>
175-
176-
177160
</dependencies>
178161
</dependencyManagement>
179162

0 commit comments

Comments
 (0)