From bb06ff3fe782377a96f423c8b728e0048b32a6eb Mon Sep 17 00:00:00 2001 From: Albumen Kevin Date: Fri, 24 May 2024 14:35:29 +0800 Subject: [PATCH] Fix http pom --- dubbo-distribution/dubbo-all-shaded/pom.xml | 8 -------- dubbo-distribution/dubbo-bom/pom.xml | 10 ---------- 2 files changed, 18 deletions(-) diff --git a/dubbo-distribution/dubbo-all-shaded/pom.xml b/dubbo-distribution/dubbo-all-shaded/pom.xml index b7426c4d7b1..c259d3b60b5 100644 --- a/dubbo-distribution/dubbo-all-shaded/pom.xml +++ b/dubbo-distribution/dubbo-all-shaded/pom.xml @@ -305,13 +305,6 @@ compile true - - org.apache.dubbo - dubbo-remoting-http - ${project.version} - compile - true - org.apache.dubbo dubbo-remoting-netty @@ -485,7 +478,6 @@ org.apache.dubbo:dubbo-registry-nacos org.apache.dubbo:dubbo-registry-zookeeper org.apache.dubbo:dubbo-remoting-api - org.apache.dubbo:dubbo-remoting-http org.apache.dubbo:dubbo-remoting-netty4 org.apache.dubbo:dubbo-remoting-netty org.apache.dubbo:dubbo-remoting-zookeeper-curator5 diff --git a/dubbo-distribution/dubbo-bom/pom.xml b/dubbo-distribution/dubbo-bom/pom.xml index 80335d6743b..47175873452 100644 --- a/dubbo-distribution/dubbo-bom/pom.xml +++ b/dubbo-distribution/dubbo-bom/pom.xml @@ -390,11 +390,6 @@ dubbo-remoting-api ${project.version} - - org.apache.dubbo - dubbo-remoting-http - ${project.version} - org.apache.dubbo dubbo-remoting-http12 @@ -438,11 +433,6 @@ dubbo-rpc-injvm ${project.version} - - org.apache.dubbo - dubbo-rpc-rest - ${project.version} - org.apache.dubbo