Skip to content

Instantly share code, notes, and snippets.

@nickavv
Created March 24, 2017 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickavv/919fa2aaca5482ebcdab5d37b9c6d5ce to your computer and use it in GitHub Desktop.
Save nickavv/919fa2aaca5482ebcdab5d37b9c6d5ce to your computer and use it in GitHub Desktop.
An example of how to override a transitive dependency in Maven
<dependency>
<groupId>transitive.group.id</groupId>
<artifactId>artifact-id</artifactId>
<version>your.preferred.version</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment