DATACOUCH-11 - Upgrading Jackson to the last stable release

This commit is contained in:
Michael Nitschinger
2013-06-03 13:41:59 +02:00
committed by Oliver Gierke
parent 407adf96df
commit afab31ff2f
5 changed files with 16 additions and 13 deletions

11
pom.xml
View File

@@ -19,11 +19,10 @@
<properties>
<couchbase>1.1.6</couchbase>
<jackson>1.9.12</jackson>
<jackson>2.2.2</jackson>
<springdata.commons>1.6.0.BUILD-SNAPSHOT</springdata.commons>
</properties>
<dependencies>
<dependency>
@@ -76,8 +75,8 @@
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson}</version>
</dependency>
@@ -92,6 +91,10 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-lib-snapshot</id>
<url>http://repo.springsource.org/libs-snapshot-local</url>
</repository>
</repositories>
</project>