Rework maven parent starter POM

Create a new spring-starter-maven-parent POM that does not inherit from
the main parent.

Issue: #53185049
This commit is contained in:
Phillip Webb
2013-07-10 16:20:57 -07:00
parent d8d8b7643b
commit 29a9f69d96
5 changed files with 368 additions and 171 deletions

View File

@@ -18,6 +18,22 @@
<artifactId>spring-starter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>