make snakeyaml transitive, governance rule relies on this dependency to work. (#3659)

This commit is contained in:
ken.lj 2019-03-15 10:18:49 +08:00 committed by Ian Luo
parent 32b5757b4b
commit 4fed5fd922
1 changed files with 4 additions and 0 deletions

View File

@ -420,6 +420,10 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</dependency>
<!-- Temporarily add this part to exclude transitive dependency -->
<dependency>