SCT-132 Maven pom cleanup for tasks

resolves spring-cloud/spring-cloud-task#132
This commit is contained in:
Glenn Renfro
2016-05-02 17:43:50 -04:00
committed by Michael Minella
parent 6073493175
commit 5c0a83dd4f
12 changed files with 88 additions and 56 deletions

View File

@@ -12,10 +12,9 @@
<description>Task processor sample application</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.3.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<properties>
@@ -32,17 +31,15 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-stream</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>
<version>1.0.0.RC3</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-redis</artifactId>
<version>1.0.0.RC2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -56,7 +53,6 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>1.0.0.RC3</version>
<scope>test</scope>
</dependency>
<dependency>