JAVA-86: spring-boot-failure-analyzer

This commit is contained in:
Krzysiek
2020-03-15 16:24:26 +01:00
parent ff42137edf
commit 820a8455dd
7 changed files with 69 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
@@ -27,5 +32,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>