Skip to content

Commit

Permalink
[type:refactor] refactor discovery plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunlongn committed Oct 29, 2024
1 parent 6bdbbee commit 982c570
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
<version>${spring-cloud.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-k8s</artifactId>
Expand Down

0 comments on commit 982c570

Please sign in to comment.