Explorar el Código

nacos持久化

master
wangjx hace 3 años
padre
commit
f80d60b6b4
Se han modificado 2 ficheros con 2 adiciones y 7 borrados
  1. +0
    -5
      pom.xml
  2. +2
    -2
      sentinel-dashboard/pom.xml

+ 0
- 5
pom.xml Ver fichero

@@ -214,11 +214,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>



+ 2
- 2
sentinel-dashboard/pom.xml Ver fichero

@@ -135,11 +135,11 @@
<version>1.16.1</version>
<scope>test</scope>
</dependency>
<dependency>
<!--dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependency -->
</dependencies>

<build>


Cargando…
Cancelar
Guardar