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
1 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,14 @@
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</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>
</dependency>
<dependency>