Explorar el Código

nacos持久化

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

+ 6
- 0
pom.xml Ver fichero

@@ -213,6 +213,12 @@
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>

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



+ 0
- 1
sentinel-dashboard/pom.xml Ver fichero

@@ -135,7 +135,6 @@
<version>1.16.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>


Cargando…
Cancelar
Guardar