Skip to content

Commit 70898ef

Browse files
chickenljbeiwei30
authored andcommitted
make snakeyaml transitive, governance rule relies on this dependency to work. (#3659)
1 parent ed5fea6 commit 70898ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dubbo-all/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,10 @@
420420
<groupId>com.google.code.gson</groupId>
421421
<artifactId>gson</artifactId>
422422
</dependency>
423+
<dependency>
424+
<groupId>org.yaml</groupId>
425+
<artifactId>snakeyaml</artifactId>
426+
</dependency>
423427

424428
<!-- Temporarily add this part to exclude transitive dependency -->
425429
<dependency>

0 commit comments

Comments
 (0)