Skip to content

Commit 740ddc9

Browse files
committed
DATACOUCH-32 - Upgrade Dependencies
1 parent b4ec502 commit 740ddc9

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

pom.xml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</parent>
1919

2020
<properties>
21-
<couchbase>1.1.9</couchbase>
22-
<jackson>2.2.2</jackson>
21+
<couchbase>1.2.0</couchbase>
22+
<jackson>2.2.3</jackson>
2323
<springdata.commons>1.6.1.RELEASE</springdata.commons>
2424
</properties>
2525

@@ -48,7 +48,7 @@
4848
</dependency>
4949

5050
<dependency>
51-
<groupId>couchbase</groupId>
51+
<groupId>com.couchbase.client</groupId>
5252
<artifactId>couchbase-client</artifactId>
5353
<version>${couchbase}</version>
5454
</dependency>
@@ -90,14 +90,6 @@
9090
</dependencies>
9191

9292
<repositories>
93-
<repository>
94-
<id>couchbase</id>
95-
<name>Couchbase Maven Repository</name>
96-
<url>http://files.couchbase.com/maven2/</url>
97-
<snapshots>
98-
<enabled>false</enabled>
99-
</snapshots>
100-
</repository>
10193
<repository>
10294
<id>spring-lib-release</id>
10395
<url>http://repo.springsource.org/libs-release-local</url>

0 commit comments

Comments
 (0)