Skip to content

Commit a6c86d4

Browse files
committed
update snakeyaml version 2.2
1 parent 8fdb7a1 commit a6c86d4

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

pom.xml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,14 @@
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>
56-
</dependency>
57-
58-
<dependency>
59-
<groupId>org.yaml</groupId>
60-
<artifactId>snakeyaml</artifactId>
6150
</dependency>
6251

6352
<dependency>
@@ -167,11 +156,6 @@
167156
<version>${commons-dbutils.version}</version>
168157
</dependency>
169158

170-
<dependency>
171-
<groupId>org.yaml</groupId>
172-
<artifactId>snakeyaml</artifactId>
173-
<version>${org.yaml.snakeyaml.version}</version>
174-
</dependency>
175159

176160
</dependencies>
177161
</dependencyManagement>
@@ -301,7 +285,6 @@
301285
</modules>
302286

303287

304-
305288
<build>
306289
<plugins>
307290

0 commit comments

Comments
 (0)