Upgrade to Spring Boot 2.2.0

This commit is contained in:
Stephane Nicoll
2019-10-16 11:31:07 +02:00
parent 8abd0a8d5c
commit a729fae5d3
7 changed files with 20 additions and 39 deletions

View File

@@ -62,21 +62,10 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>