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:
Stephane Nicoll
2014-04-30 17:42:23 +02:00
committed by Phillip Webb
parent 789f506b5b
commit 33082fd56d
30 changed files with 214 additions and 229 deletions

View File

@@ -34,14 +34,12 @@
<dependencies>
<!-- Compile -->
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependency-tools</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-loader-tools</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jline</groupId>
@@ -162,7 +160,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>${project.groupId}</groupId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-loader</artifactId>
<version>${project.version}</version>
<type>jar</type>