You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/12/09 06:46:10 UTC

[dubbo] branch master updated: Fix mvn error: remove existing dubbo-rpc-http-invoker related components (#5441)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9337af0  Fix mvn error: remove existing dubbo-rpc-http-invoker related components  (#5441)
9337af0 is described below

commit 9337af08929d7ab807e2585b1cd3b170a6d7f4dc
Author: 张远征hd <ho...@163.com>
AuthorDate: Mon Dec 9 14:45:56 2019 +0800

    Fix mvn error: remove existing dubbo-rpc-http-invoker related components  (#5441)
---
 dubbo-all/pom.xml | 8 --------
 dubbo-bom/pom.xml | 5 -----
 2 files changed, 13 deletions(-)

diff --git a/dubbo-all/pom.xml b/dubbo-all/pom.xml
index 8fc9721..b2f159b 100644
--- a/dubbo-all/pom.xml
+++ b/dubbo-all/pom.xml
@@ -165,13 +165,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.dubbo</groupId>
-            <artifactId>dubbo-rpc-http-invoker</artifactId>
-            <version>${project.version}</version>
-            <scope>compile</scope>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.dubbo</groupId>
             <artifactId>dubbo-rpc-webservice</artifactId>
             <version>${project.version}</version>
             <scope>compile</scope>
@@ -620,7 +613,6 @@
                                     <include>org.apache.dubbo:dubbo-rpc-http</include>
                                     <include>org.apache.dubbo:dubbo-rpc-rmi</include>
                                     <include>org.apache.dubbo:dubbo-rpc-hessian</include>
-                                    <include>org.apache.dubbo:dubbo-rpc-http-invoker</include>
                                     <include>org.apache.dubbo:dubbo-rpc-webservice</include>
                                     <include>org.apache.dubbo:dubbo-rpc-thrift</include>
                                     <include>org.apache.dubbo:dubbo-rpc-memcached</include>
diff --git a/dubbo-bom/pom.xml b/dubbo-bom/pom.xml
index 1c3131f..ba02437 100644
--- a/dubbo-bom/pom.xml
+++ b/dubbo-bom/pom.xml
@@ -190,11 +190,6 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.dubbo</groupId>
-                <artifactId>dubbo-rpc-http-invoker</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.dubbo</groupId>
                 <artifactId>dubbo-rpc-webservice</artifactId>
                 <version>${project.version}</version>
             </dependency>