damonxue commented on code in PR #4410:
URL: https://github.com/apache/shenyu/pull/4410#discussion_r1118275584
##########
shenyu-bootstrap/pom.xml:
##########
@@ -432,50 +432,58 @@
<!--shenyu motan plugin end-->
<!--shenyu data sync start use zookeeper-->
- <dependency>
- <groupId>org.apache.shenyu</groupId>
-
<artifactId>shenyu-spring-boot-starter-sync-data-zookeeper</artifactId>
- <version>${project.version}</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>org.apache.shenyu</groupId>-->
+<!--
<artifactId>shenyu-spring-boot-starter-sync-data-zookeeper</artifactId>-->
+<!-- <version>${project.version}</version>-->
+<!-- </dependency>-->
<!--shenyu data sync start use websocket-->
- <dependency>
- <groupId>org.apache.shenyu</groupId>
-
<artifactId>shenyu-spring-boot-starter-sync-data-websocket</artifactId>
- <version>${project.version}</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>org.apache.shenyu</groupId>-->
+<!--
<artifactId>shenyu-spring-boot-starter-sync-data-websocket</artifactId>-->
+<!-- <version>${project.version}</version>-->
+<!-- </dependency>-->
<!--shenyu data sync start use http-->
- <dependency>
- <groupId>org.apache.shenyu</groupId>
- <artifactId>shenyu-spring-boot-starter-sync-data-http</artifactId>
- <version>${project.version}</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>org.apache.shenyu</groupId>-->
+<!--
<artifactId>shenyu-spring-boot-starter-sync-data-http</artifactId>-->
+<!-- <version>${project.version}</version>-->
+<!-- </dependency>-->
<!--shenyu data sync start use etcd-->
- <dependency>
- <groupId>org.apache.shenyu</groupId>
- <artifactId>shenyu-spring-boot-starter-sync-data-etcd</artifactId>
- <version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-grpclb</artifactId>
- </exclusion>
- <exclusion>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-netty</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>org.apache.shenyu</groupId>-->
Review Comment:
I think it's no need to comment the dependencies.
--
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]