From 84b8966173e58ed4c3a359c11b5da1dae4e39b26 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 25 Apr 2014 12:27:19 +0100 Subject: [PATCH] Add couchbase client dependencies --- spring-boot-dependencies/pom.xml | 9 ++++++++- .../spring-boot-starter-data-couchbase/pom.xml | 9 +++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 1f171d7d00..56a6931ef3 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.boot spring-boot-dependencies @@ -47,6 +48,7 @@ 5.7.0 1.7.4 3.0.2 + 1.3.2 1.4 1.6 1.3.0-beta14 @@ -126,6 +128,11 @@ metrics-servlets ${codahale-metrics.version} + + com.couchbase.client + couchbase-client + ${couchbase.version} + com.fasterxml.jackson.core jackson-databind diff --git a/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml b/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml index b315511eef..77a2eef3bd 100644 --- a/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml @@ -13,9 +13,18 @@ ${basedir}/../.. + + ${project.groupId} + spring-boot-starter + ${project.version} + org.springframework.data spring-data-couchbase + + com.couchbase.client + couchbase-client +