You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2019/03/15 02:18:54 UTC

[incubator-dubbo] branch master updated: make snakeyaml transitive, governance rule relies on this dependency to work. (#3659)

This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 70898ef  make snakeyaml transitive, governance rule relies on this dependency to work. (#3659)
70898ef is described below

commit 70898ef7313d90e2b839f023cc3b9363b20f806e
Author: ken.lj <ke...@gmail.com>
AuthorDate: Fri Mar 15 10:18:49 2019 +0800

    make snakeyaml transitive, governance rule relies on this dependency to work. (#3659)
---
 dubbo-all/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dubbo-all/pom.xml b/dubbo-all/pom.xml
index f38201f..edb0f36 100644
--- a/dubbo-all/pom.xml
+++ b/dubbo-all/pom.xml
@@ -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>