Browse Source

nacos持久化

master
wangjx 3 years ago
parent
commit
518829cf17
2 changed files with 6 additions and 1 deletions
  1. +6
    -0
      pom.xml
  2. +0
    -1
      sentinel-dashboard/pom.xml

+ 6
- 0
pom.xml View File

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

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




+ 0
- 1
sentinel-dashboard/pom.xml View File

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

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


Loading…
Cancel
Save