Exclude org.codehaus.jackson stuff from aws-java-sdk, so we can get a newer one elsewhere

This commit is contained in:
Gian Merlino 2013-05-16 16:25:47 -07:00
parent aa29af8b24
commit de8512cc95

View File

@ -57,6 +57,14 @@
<groupId>javax.mail</groupId> <groupId>javax.mail</groupId>
<artifactId>mail</artifactId> <artifactId>mail</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>