From a1d4d63dd168f4d50f2fec41e72435516dbea270 Mon Sep 17 00:00:00 2001 From: TimmyStorms Date: Fri, 4 Apr 2014 16:47:17 +0200 Subject: [PATCH] Added spring-boot-starter-data-neo4j module. Fixes gh-631 --- spring-boot-dependencies/pom.xml | 8 ++++- spring-boot-starters/pom.xml | 1 + .../spring-boot-starter-data-neo4j/pom.xml | 35 +++++++++++++++++++ .../main/resources/META-INF/spring.provides | 1 + .../spring-boot-starter-parent/pom.xml | 5 +++ 5 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 spring-boot-starters/spring-boot-starter-data-neo4j/pom.xml create mode 100644 spring-boot-starters/spring-boot-starter-data-neo4j/src/main/resources/META-INF/spring.provides diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index dbc7fbacc6..448e8cbd83 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -77,6 +77,7 @@ 1.9.5 2.11.4 5.1.30 + 2.0.2 1.0.1.RELEASE 3.0.1 1.7.7 @@ -85,7 +86,7 @@ 4.0.3.RELEASE 3.0.2.RELEASE 2.2.6.RELEASE - 1.0.0.RELEASE + 1.0.0.RELEASE 1.1.1.RELEASE Codd-SR2 0.9.0.RELEASE @@ -355,6 +356,11 @@ mongo-java-driver ${mongodb.version} + + org.neo4j + neo4j + ${neo4j.version} + org.projectreactor reactor-core diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index 415e372c1e..0f30484737 100644 --- a/spring-boot-starters/pom.xml +++ b/spring-boot-starters/pom.xml @@ -44,5 +44,6 @@ spring-boot-starter-web spring-boot-starter-websocket spring-boot-starter-data-rest + spring-boot-starter-data-neo4j diff --git a/spring-boot-starters/spring-boot-starter-data-neo4j/pom.xml b/spring-boot-starters/spring-boot-starter-data-neo4j/pom.xml new file mode 100644 index 0000000000..8382d40b33 --- /dev/null +++ b/spring-boot-starters/spring-boot-starter-data-neo4j/pom.xml @@ -0,0 +1,35 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starters + 1.1.0.BUILD-SNAPSHOT + + spring-boot-starter-data-neo4j + Spring Boot Data Neo4j Starter + Spring Boot Data Neo4j Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + + + ${basedir}/../.. + + + + ${project.groupId} + spring-boot-starter + ${project.version} + + + org.neo4j + neo4j + + + org.springframework.data + spring-data-neo4j + + + diff --git a/spring-boot-starters/spring-boot-starter-data-neo4j/src/main/resources/META-INF/spring.provides b/spring-boot-starters/spring-boot-starter-data-neo4j/src/main/resources/META-INF/spring.provides new file mode 100644 index 0000000000..dab6012b97 --- /dev/null +++ b/spring-boot-starters/spring-boot-starter-data-neo4j/src/main/resources/META-INF/spring.provides @@ -0,0 +1 @@ +provides: spring-data-neo4j,neo4j \ No newline at end of file diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index c943eb3986..9248046a93 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -86,6 +86,11 @@ spring-boot-starter-data-mongodb ${spring-boot.version} + + org.springframework.boot + spring-boot-starter-data-neo4j + ${spring-boot.version} + org.springframework.boot spring-boot-starter-data-rest