Skip to content

Instantly share code, notes, and snippets.

@tori3852
Created February 13, 2018 09:12
Show Gist options
  • Save tori3852/d67e57cbb392d54466f8f653eb6dd647 to your computer and use it in GitHub Desktop.
Save tori3852/d67e57cbb392d54466f8f653eb6dd647 to your computer and use it in GitHub Desktop.
mvn dependency:tree -Doutput=new.log
git checkout HEAD~1
mvn dependency:tree -Doutput=old.log
diff old.log new.log | grep "^[><]" | sed "s/^\([><]\).*\- /\1 /" | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment