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

@@ -13,9 +13,9 @@
<description>Spring Cloud Timestamp Task</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.3.RELEASE</version>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<properties>
@@ -36,7 +36,6 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-core</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>