Skip to content

Instantly share code, notes, and snippets.

@bdarfler
Created October 6, 2011 18:39
Show Gist options
  • Select an option

  • Save bdarfler/1268240 to your computer and use it in GitHub Desktop.

Select an option

Save bdarfler/1268240 to your computer and use it in GitHub Desktop.
Exclude Depenency
// 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