Updated versions
Removed Batch Dependencies from pom.xml Changed http to https in .settings.xml
This commit is contained in:
22
pom.xml
22
pom.xml
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-build</artifactId>
|
||||
<version>2.1.1.RELEASE</version>
|
||||
<version>2.1.3.RELEASE</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
@@ -74,21 +74,6 @@
|
||||
<version>${spring-cloud-deployer-local.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-core</artifactId>
|
||||
<version>${spring-batch.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-infrastructure</artifactId>
|
||||
<version>${spring-batch.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-integration</artifactId>
|
||||
<version>${spring-batch.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream-test-support-internal</artifactId>
|
||||
@@ -124,11 +109,10 @@
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<spring-cloud-stream.version>2.1.0.RELEASE</spring-cloud-stream.version>
|
||||
<spring-cloud-stream.version>2.1.1.RELEASE</spring-cloud-stream.version>
|
||||
<spring-cloud-deployer.version>2.0.0.RELEASE</spring-cloud-deployer.version>
|
||||
<spring-cloud-deployer-local.version>2.0.0.RELEASE</spring-cloud-deployer-local.version>
|
||||
<spring-cloud-stream-binder-rabbit.version>2.1.0.RELEASE</spring-cloud-stream-binder-rabbit.version>
|
||||
<spring-batch.version>4.1.1.RELEASE</spring-batch.version>
|
||||
<spring-cloud-stream-binder-rabbit.version>2.1.1.RELEASE</spring-cloud-stream-binder-rabbit.version>
|
||||
<commons-logging.version>1.1</commons-logging.version>
|
||||
<java-ee-api.version>8.0</java-ee-api.version>
|
||||
<junit.version>5.3.1</junit.version>
|
||||
|
||||
Reference in New Issue
Block a user