Harmonized maven dependency management
This commit harmonizes the dependency management of internal modules so that versions can be omitted everywhere. Update the maven coordinates to provide the full groupId for consistency
This commit is contained in:
committed by
Phillip Webb
parent
789f506b5b
commit
33082fd56d
@@ -35,7 +35,7 @@ defaults. The parent project provides the following features:
|
||||
* Java 1.6 as the default compiler level.
|
||||
* UTF-8 source encoding.
|
||||
* A Dependency Management section, allowing you to omit `<version>` tags for common
|
||||
dependencies.
|
||||
dependencies, inherited from the `spring-boot-dependencies` POM.
|
||||
* Sensible https://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html[resource filtering].
|
||||
* Sensible plugin configuration (http://mojo.codehaus.org/exec-maven-plugin/[exec plugin],
|
||||
http://maven.apache.org/surefire/maven-surefire-plugin/[surefire],
|
||||
|
||||
Reference in New Issue
Block a user