Skip to content

Commit bb06ff3

Browse files
committed
Fix http pom
1 parent 3867c4d commit bb06ff3

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

dubbo-distribution/dubbo-all-shaded/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -305,13 +305,6 @@
305305
<scope>compile</scope>
306306
<optional>true</optional>
307307
</dependency>
308-
<dependency>
309-
<groupId>org.apache.dubbo</groupId>
310-
<artifactId>dubbo-remoting-http</artifactId>
311-
<version>${project.version}</version>
312-
<scope>compile</scope>
313-
<optional>true</optional>
314-
</dependency>
315308
<dependency>
316309
<groupId>org.apache.dubbo</groupId>
317310
<artifactId>dubbo-remoting-netty</artifactId>
@@ -485,7 +478,6 @@
485478
<include>org.apache.dubbo:dubbo-registry-nacos</include>
486479
<include>org.apache.dubbo:dubbo-registry-zookeeper</include>
487480
<include>org.apache.dubbo:dubbo-remoting-api</include>
488-
<include>org.apache.dubbo:dubbo-remoting-http</include>
489481
<include>org.apache.dubbo:dubbo-remoting-netty4</include>
490482
<include>org.apache.dubbo:dubbo-remoting-netty</include>
491483
<include>org.apache.dubbo:dubbo-remoting-zookeeper-curator5</include>

dubbo-distribution/dubbo-bom/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -390,11 +390,6 @@
390390
<artifactId>dubbo-remoting-api</artifactId>
391391
<version>${project.version}</version>
392392
</dependency>
393-
<dependency>
394-
<groupId>org.apache.dubbo</groupId>
395-
<artifactId>dubbo-remoting-http</artifactId>
396-
<version>${project.version}</version>
397-
</dependency>
398393
<dependency>
399394
<groupId>org.apache.dubbo</groupId>
400395
<artifactId>dubbo-remoting-http12</artifactId>
@@ -438,11 +433,6 @@
438433
<artifactId>dubbo-rpc-injvm</artifactId>
439434
<version>${project.version}</version>
440435
</dependency>
441-
<dependency>
442-
<groupId>org.apache.dubbo</groupId>
443-
<artifactId>dubbo-rpc-rest</artifactId>
444-
<version>${project.version}</version>
445-
</dependency>
446436

447437
<dependency>
448438
<groupId>org.apache.dubbo</groupId>

0 commit comments

Comments
 (0)