moremind commented on code in PR #4166:
URL: https://github.com/apache/shenyu/pull/4166#discussion_r1017279265
##########
shenyu-bootstrap/pom.xml:
##########
@@ -388,6 +380,41 @@
<!-- shenyu spring cloud alibaba dubbo end-->
<!--shenyu motan plugin start-->
+ <!-- apache shenyu apache dubbo plugin start-->
+<!-- <dependency>-->
+<!-- <groupId>org.apache.shenyu</groupId>-->
+<!--
<artifactId>shenyu-spring-boot-starter-plugin-apache-dubbo</artifactId>-->
+<!-- <version>${project.version}</version>-->
+<!-- </dependency>-->
+<!-- <dependency>-->
+<!-- <groupId>org.apache.dubbo</groupId>-->
+<!-- <artifactId>dubbo</artifactId>-->
+<!-- <version>2.7.5</version>-->
+<!-- </dependency>-->
+<!-- <!– Dubbo zookeeper registry dependency start
–>-->
+<!-- <dependency>-->
+<!-- <groupId>org.apache.curator</groupId>-->
+<!-- <artifactId>curator-client</artifactId>-->
+<!-- <version>4.0.1</version>-->
+<!-- <exclusions>-->
+<!-- <exclusion>-->
+<!-- <artifactId>log4j</artifactId>-->
+<!-- <groupId>log4j</groupId>-->
+<!-- </exclusion>-->
+<!-- </exclusions>-->
Review Comment:
why change this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]