Created
February 13, 2018 09:12
-
-
Save tori3852/d67e57cbb392d54466f8f653eb6dd647 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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