Skip to content

Commit

Permalink
fix: 移除sofa、motan插件依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmXu committed Jan 15, 2024
1 parent 11030c8 commit 6c0bad2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 59 deletions.
57 changes: 0 additions & 57 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,30 +216,6 @@
<version>${bytebuddy.version}</version>
</dependency>

<!-- <dependency>-->
<!-- <groupId>com.weibo</groupId>-->
<!-- <artifactId>motan-core</artifactId>-->
<!-- <version>${motan.version}</version>-->
<!-- </dependency>-->

<!-- <dependency>-->
<!-- <groupId>com.weibo</groupId>-->
<!-- <artifactId>motan-transport-netty4</artifactId>-->
<!-- <version>${motan.version}</version>-->
<!-- </dependency>-->

<!-- <dependency>-->
<!-- <groupId>com.weibo</groupId>-->
<!-- <artifactId>motan-registry-zookeeper</artifactId>-->
<!-- <version>${motan.version}</version>-->
<!-- </dependency>-->

<!-- <dependency>-->
<!-- <groupId>com.weibo</groupId>-->
<!-- <artifactId>motan-springsupport</artifactId>-->
<!-- <version>${motan.version}</version>-->
<!-- </dependency>-->

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down Expand Up @@ -275,39 +251,6 @@
<version>${apache.dubbo.version}</version>
</dependency>

<!-- <dependency>-->
<!-- <groupId>com.alipay.sofa</groupId>-->
<!-- <artifactId>sofa-rpc-all</artifactId>-->
<!-- <version>${sofa.rpc.version}</version>-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <groupId>net.jcip</groupId>-->
<!-- <artifactId>jcip-annotations</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <groupId>io.grpc</groupId>-->
<!-- <artifactId>grpc-core</artifactId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <artifactId>grpc-api</artifactId>-->
<!-- <groupId>io.grpc</groupId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <artifactId>grpc-protobuf</artifactId>-->
<!-- <groupId>io.grpc</groupId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <artifactId>grpc-stub</artifactId>-->
<!-- <groupId>io.grpc</groupId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <artifactId>grpc-netty-shaded</artifactId>-->
<!-- <groupId>io.grpc</groupId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<!-- </dependency>-->


<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
<module>shenyu-spring-boot-starter-plugin-waf</module>
<module>shenyu-spring-boot-starter-plugin-rewrite</module>
<module>shenyu-spring-boot-starter-plugin-sentinel</module>
<!-- <module>shenyu-spring-boot-starter-plugin-sofa</module>-->
<!-- <module>shenyu-spring-boot-starter-plugin-motan</module>-->
<module>shenyu-spring-boot-starter-plugin-resilience4j</module>
<module>shenyu-spring-boot-starter-plugin-tars</module>
<module>shenyu-spring-boot-starter-plugin-context-path</module>
Expand Down

0 comments on commit 6c0bad2

Please sign in to comment.