You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by il...@apache.org on 2019/04/30 03:01:33 UTC

[incubator-dubbo-samples] branch master updated: Fix issue#75: update dubbo version to 2.7.1 for 'snakeyaml' not found in 2.7.0

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-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 6909bd7  Fix issue#75: update dubbo version to 2.7.1 for 'snakeyaml' not found in 2.7.0
     new 06cf610  Merge pull request #76 from zhaixiaoxiang/issue#75
6909bd7 is described below

commit 6909bd7bc5ee3b02dee5ea5da4efb65e061ea976
Author: zhaixiaoxiang <xx...@126.com>
AuthorDate: Fri Apr 26 14:30:15 2019 +0800

    Fix issue#75: update dubbo version to 2.7.1 for 'snakeyaml' not found in 2.7.0
---
 .../dubbo-samples-metadata-report-configcenter/pom.xml         | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dubbo-samples-metadata-report/dubbo-samples-metadata-report-configcenter/pom.xml b/dubbo-samples-metadata-report/dubbo-samples-metadata-report-configcenter/pom.xml
index 37fb1bb..872f98f 100644
--- a/dubbo-samples-metadata-report/dubbo-samples-metadata-report-configcenter/pom.xml
+++ b/dubbo-samples-metadata-report/dubbo-samples-metadata-report-configcenter/pom.xml
@@ -31,8 +31,8 @@
         <source.level>1.8</source.level>
         <target.level>1.8</target.level>
         <spring.version>4.3.16.RELEASE</spring.version>
-        <dubbo.version>2.7.0</dubbo.version>
-        <dubbo.rpc.version>2.7.0</dubbo.rpc.version>
+        <dubbo.version>2.7.1</dubbo.version>
+        <dubbo.rpc.version>2.7.1</dubbo.rpc.version>
         <zookeeper.version>3.4.13</zookeeper.version>
         <curator.version>4.0.1</curator.version>
         <validation-api.version>1.1.0.Final</validation-api.version>
@@ -45,11 +45,17 @@
         <maven_checkstyle_version>3.0.0</maven_checkstyle_version>
         <apache-rat-plugin.version>0.12</apache-rat-plugin.version>
         <spring-boot.version>1.5.13.RELEASE</spring-boot.version>
+        <snakeyaml_version>1.20</snakeyaml_version>
     </properties>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
+                <groupId>org.yaml</groupId>
+                <artifactId>snakeyaml</artifactId>
+                <version>${snakeyaml_version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-framework-bom</artifactId>
                 <version>${spring.version}</version>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org