Skip to content

Commit

Permalink
make snakeyaml transitive, governance rule relies on this dependency …
Browse files Browse the repository at this point in the history
…to work. (#3659)
  • Loading branch information
chickenlj authored and beiwei30 committed Mar 15, 2019
1 parent ed5fea6 commit 70898ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dubbo-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 70898ef

Please sign in to comment.