Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Stephane Nicoll 2016-11-28 10:41:48 +01:00
commit 1e711d8f09
1 changed files with 5 additions and 5 deletions

View File

@ -18,6 +18,11 @@
<main.basedir>${basedir}/..</main.basedir>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
</dependency>
<!-- Provided -->
<dependency>
<groupId>org.springframework.boot</groupId>
@ -83,11 +88,6 @@
<artifactId>spring-test</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>