spring-boot/spring-boot-starters/spring-boot-starter-aop
Andy Wilkinson 2c3c62d71c Replace basic Gradle dependency management with use of separate plugin
This commit replaces Spring Boot's basic dependency management support
with separate dependency management plugin. This has a number of
benefits including:

1. A Maven bom can be used rather than a custom properties file
2. Dependency management is applied transitively rather than only to
   direct dependencies
3. Exclusions are applied as they would be in Maven
4. Gradle-generated poms are automatically configured with the
   appropriate dependency management

Closes gh-2133
2015-03-19 13:23:40 +00:00
..
src/main/resources/META-INF Add META-INF/spring.provides to starters 2013-11-20 16:14:05 +00:00
pom.xml Replace basic Gradle dependency management with use of separate plugin 2015-03-19 13:23:40 +00:00