diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 5fb3ca92df..ca5cc8bcfc 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -49,6 +49,8 @@ 1.5.0.RELEASE 1.4.0.RELEASE 1.1.1.RELEASE + 2.0.0.RELEASE + 0.9.0.RELEASE 1.2.1.RELEASE 1.1.1.RELEASE 3.2.1.RELEASE @@ -492,6 +494,16 @@ spring-data-redis ${spring-data-redis.version} + + org.springframework.hateoas + spring-hateoas + ${spring-hateoas.version} + + + org.springframework.data + spring-data-rest-webmvc + ${spring-data-rest.version} + org.springframework.integration spring-integration-core diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index 340c61e16c..79e3adf0de 100644 --- a/spring-boot-starters/pom.xml +++ b/spring-boot-starters/pom.xml @@ -35,5 +35,6 @@ spring-boot-starter-tomcat spring-boot-starter-web spring-boot-starter-websocket + spring-boot-starter-data-rest diff --git a/spring-boot-starters/spring-boot-starter-data-rest/pom.xml b/spring-boot-starters/spring-boot-starter-data-rest/pom.xml new file mode 100644 index 0000000000..b28800efaa --- /dev/null +++ b/spring-boot-starters/spring-boot-starter-data-rest/pom.xml @@ -0,0 +1,30 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starters + 1.0.0.BUILD-SNAPSHOT + + spring-boot-starter-data-rest + jar + + ${basedir}/../.. + + + + ${project.groupId} + spring-boot-starter-web + ${project.version} + + + org.springframework.hateoas + spring-hateoas + + + org.springframework.data + spring-data-rest-webmvc + + +