Skip to content

Commit

Permalink
[fix:bugfix] nacos cannot be registered in the Shenyu-examples-Spring…
Browse files Browse the repository at this point in the history
…Cloud project (#5824) (#5825)

Co-authored-by: xiaoyu <xiaoyu@apache.org>
  • Loading branch information
frank8g2g3 and yu199195 authored Dec 2, 2024
1 parent 970596e commit d60f8e7
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions shenyu-examples/shenyu-examples-springcloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<properties>
<spring-cloud.version>4.1.2</spring-cloud.version>
<nacos-discovery.version>2021.0.1.0</nacos-discovery.version>
<nacos-discovery.version>2023.0.1.3</nacos-discovery.version>
<eureka-client.version>4.1.2</eureka-client.version>
</properties>

Expand Down Expand Up @@ -60,16 +60,6 @@
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
<version>${nacos-discovery.version}</version>
<exclusions>
<exclusion>
<artifactId>spring-cloud-context</artifactId>
<groupId>org.springframework.cloud</groupId>
</exclusion>
<exclusion>
<artifactId>spring-cloud-commons</artifactId>
<groupId>org.springframework.cloud</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand All @@ -82,18 +72,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
<version>${spring-cloud.version}</version>
<exclusions>
<exclusion>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<finalName>shenyu-examples-springcloud</finalName>
Expand Down

0 comments on commit d60f8e7

Please sign in to comment.