Skip to content

Instantly share code, notes, and snippets.

@smileprem
Last active December 14, 2017 20:49
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 smileprem/29cd3b971989ebd77caf3e81e165cbc4 to your computer and use it in GitHub Desktop.
Save smileprem/29cd3b971989ebd77caf3e81e165cbc4 to your computer and use it in GitHub Desktop.
sorted list of maven dependencies
mvn dependency:list | sed -ne s/..........// -e /patterntoexclude/d -e s/:compile//p -e s/:runtime//p | sort | uniq
@smileprem
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment