Skip to content

Instantly share code, notes, and snippets.

@premkumar-masilamani
Last active December 14, 2017 20:49
Show Gist options
  • Save premkumar-masilamani/29cd3b971989ebd77caf3e81e165cbc4 to your computer and use it in GitHub Desktop.
Save premkumar-masilamani/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment