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

@@ -24,13 +24,11 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-spi</artifactId>
<version>1.0.0.M1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-local</artifactId>
<version>1.0.0.M1</version>
<scope>test</scope>
</dependency>
<dependency>