Skip to content

Commit 13a14a8

Browse files
committed
fix dependency issue
1 parent cd9356a commit 13a14a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sample-code/spring-app/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@
170170
<groupId>ch.qos.logback</groupId>
171171
<artifactId>logback-classic</artifactId>
172172
</exclusion>
173+
<exclusion>
174+
<groupId>org.yaml</groupId>
175+
<artifactId>snakeyaml</artifactId>
176+
</exclusion>
173177
</exclusions>
174178
</dependency>
175179
<!-- scope "provided" -->

0 commit comments

Comments
 (0)