Updated Base Version to 2.2.x

Removed Task Dependencies.  These should be brought in by Boot
This commit is contained in:
Glenn Renfro
2019-02-21 16:52:00 -05:00
committed by Michael Minella
parent 8a3ac48cc3
commit c4abbbcbbf
18 changed files with 35 additions and 52 deletions

View File

@@ -8,7 +8,7 @@
<artifactId>partitioned-batch-job</artifactId>
<packaging>jar</packaging>
<name>Partitioned Batch Job</name>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<description>Sample of using the DeployerPartitionHandler</description>
<parent>
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -49,7 +49,6 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-integration</artifactId>
<version>4.1.0.RELEASE</version>
</dependency>
<dependency>