You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by al...@apache.org on 2022/11/30 06:40:52 UTC

[dubbo-samples] branch master updated: shade grpc netty & bump dubbo version to 3.1.1 (#540)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bdef7c96 shade grpc netty & bump dubbo version to 3.1.1 (#540)
bdef7c96 is described below

commit bdef7c96a0ecc61ff1d3a198093c826a269b85cc
Author: earthchen <ea...@gmail.com>
AuthorDate: Wed Nov 30 14:40:47 2022 +0800

    shade grpc netty & bump dubbo version to 3.1.1 (#540)
    
    Co-authored-by: Albumen Kevin <jh...@gmail.com>
---
 dubbo-samples-triple/pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/dubbo-samples-triple/pom.xml b/dubbo-samples-triple/pom.xml
index 0e13b9a5..68596972 100644
--- a/dubbo-samples-triple/pom.xml
+++ b/dubbo-samples-triple/pom.xml
@@ -31,7 +31,7 @@
     <properties>
         <source.level>1.8</source.level>
         <target.level>1.8</target.level>
-        <dubbo.version>3.0.12</dubbo.version>
+        <dubbo.version>3.1.1</dubbo.version>
         <grpc.version>1.44.1</grpc.version>
         <junit.version>4.12</junit.version>
         <spring-test.version>4.3.16.RELEASE</spring-test.version>
@@ -59,10 +59,21 @@
             <version>${dubbo.version}</version>
             <type>pom</type>
         </dependency>
+        <dependency>
+            <groupId>io.grpc</groupId>
+            <artifactId>grpc-netty-shaded</artifactId>
+            <version>${grpc.version}</version>
+        </dependency>
         <dependency>
             <groupId>io.grpc</groupId>
             <artifactId>grpc-all</artifactId>
             <version>${grpc.version}</version>
+            <exclusions>
+                <exclusion>
+                    <artifactId>grpc-netty</artifactId>
+                    <groupId>io.grpc</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>junit</groupId>


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