#339 - Upgrade to Spring Boot 2.0 RC2.

This commit is contained in:
Oliver Gierke
2018-02-20 00:39:32 +01:00
parent 8eebca96d3
commit 20c910183e
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.M7</version>
<version>2.0.0.RC2</version>
</parent>
<modules>

View File

@@ -41,7 +41,7 @@
<artifactId>spring-data-rest-hal-browser</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-parameter-names</artifactId>
@@ -89,7 +89,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>webjars-locator</artifactId>
<artifactId>webjars-locator-core</artifactId>
<scope>runtime</scope>
</dependency>

View File

@@ -34,7 +34,7 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>webjars-locator</artifactId>
<artifactId>webjars-locator-core</artifactId>
<scope>runtime</scope>
</dependency>