|
@@ -27,17 +27,19 @@
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.yaml</groupId>
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
- <artifactId>snakeyaml</artifactId>
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.springframework.boot</groupId>
|
|
+ <groupId>org.yaml</groupId>
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
+ <artifactId>snakeyaml</artifactId>
|
|
- <scope>test</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-devtools</artifactId>
|
|
<artifactId>spring-boot-devtools</artifactId>
|