1) Specify old Jackson version to resolve version conflicts between AWS SDK and curator

This commit is contained in:
Eric Tschetter 2013-02-21 20:37:51 -06:00
parent 699aadd2b1
commit 5e123988a0

10
pom.xml
View File

@ -192,6 +192,16 @@
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.11</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.11</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>