Created
October 6, 2011 18:39
-
-
Save bdarfler/1268240 to your computer and use it in GitHub Desktop.
Exclude Depenency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Needed to gain control over which jackson version we use | |
| override def ivyXML = | |
| <dependencies> | |
| <dependency org="com.amazonaws" name="aws-java-sdk" rev="1.2.8"> | |
| <exclude module="jackson-core-asl"/> | |
| </dependency> | |
| </dependencies> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment