Skip to content

Commit 3a33de1

Browse files
committed
Exclude snakeyaml from WAR file.
Correction for d4be758 commit. [ci skip] No functional changes.
1 parent 9f2f16b commit 3a33de1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@
196196
<artifactId>liquibase-core</artifactId>
197197
<version>${liquibase.version}</version>
198198
<scope>runtime</scope>
199+
<exclusions>
200+
<exclusion>
201+
<groupId>org.yaml</groupId>
202+
<artifactId>snakeyaml</artifactId>
203+
</exclusion>
204+
</exclusions>
199205
</dependency>
200206

201207
<dependency>

0 commit comments

Comments
 (0)