diff --git a/smart-gateway/pom.xml b/smart-gateway/pom.xml index bf19b2f260f0d711a34065fa84b2a41affba85e7..5b817b89d27b4d6509b63f2724376feb456977f2 100644 --- a/smart-gateway/pom.xml +++ b/smart-gateway/pom.xml @@ -72,25 +72,6 @@ <seata.version>1.5.1</seata.version> </properties> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.springframework.cloud</groupId> - <artifactId>spring-cloud-dependencies</artifactId> - <version>${spring-cloud.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> - <dependency> - <groupId>com.alibaba.cloud</groupId> - <artifactId>spring-cloud-alibaba-dependencies</artifactId> - <version>${spring.cloud.alibaba.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> - <dependencies> <dependency> @@ -126,6 +107,12 @@ <groupId>org.springframework.data</groupId> <artifactId>spring-data-redis</artifactId> </dependency> + + <!--璐熻浇鍧囪 --> + <dependency> + <groupId>org.springframework.cloud</groupId> + <artifactId>spring-cloud-starter-loadbalancer</artifactId> + </dependency> </dependencies>