Maven builds pre-process dependencies

Change effective on 12 October 2015

Java applications built with Maven and deployed with Git will now process a dependency list before executing the install goal. This will help ensure that failures are handled better and security vulnerabilities can be identified. No action is required by users, but you may notice an additional dependency:list goal run at build time.

For more information, see the Dev Center article on Heroku’s Java Support.