|
@@ -79,6 +79,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-gateway</artifactId>
|
|
|
+
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -109,11 +110,11 @@
|
|
|
<version>1.3.6</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>de.codecentric</groupId>
|
|
|
- <artifactId>spring-boot-admin-client</artifactId>
|
|
|
- <version>2.3.1</version>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>de.codecentric</groupId>-->
|
|
|
+<!-- <artifactId>spring-boot-admin-client</artifactId>-->
|
|
|
+<!-- <version>2.3.1</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
</dependencies>
|