diff --git a/spring-cloud-alibaba-examples/sentinel-example/sentinel-core-example/pom.xml b/spring-cloud-alibaba-examples/sentinel-example/sentinel-core-example/pom.xml index 4e7e7249d..b1181b25e 100644 --- a/spring-cloud-alibaba-examples/sentinel-example/sentinel-core-example/pom.xml +++ b/spring-cloud-alibaba-examples/sentinel-example/sentinel-core-example/pom.xml @@ -45,23 +45,6 @@ <groupId>com.alibaba.csp</groupId> <artifactId>sentinel-datasource-nacos</artifactId> </dependency> - <!--<dependency>--> - <!--<groupId>com.alibaba.csp</groupId>--> - <!--<artifactId>sentinel-datasource-zookeeper</artifactId>--> - <!--</dependency>--> - <!--<dependency>--> - <!--<groupId>com.alibaba.csp</groupId>--> - <!--<artifactId>sentinel-datasource-apollo</artifactId>--> - <!--</dependency>--> - <!--<dependency>--> - <!--<groupId>com.alibaba.csp</groupId>--> - <!--<artifactId>sentinel-datasource-redis</artifactId>--> - <!--</dependency>--> - <!-- define in spring-boot-autoconfigure module --> - <!--<dependency>--> - <!--<groupId>com.fasterxml.jackson.dataformat</groupId>--> - <!--<artifactId>jackson-dataformat-xml</artifactId>--> - <!--</dependency>--> </dependencies> <build>