Add the ability to customize the Spring Boot version
Set Spring Boot version to 2.0.0.BUILD-SNAPSHOT
This commit is contained in:
committed by
Soby Chacko
parent
4f72a10bc6
commit
ffab56b584
8
pom.xml
8
pom.xml
@@ -20,6 +20,7 @@
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<rxjava.version>1.1.10</rxjava.version>
|
||||
<spring-boot.version>2.0.0.BUILD-SNAPSHOT</spring-boot.version>
|
||||
<rxjava-reactive-streams.version>1.2.1</rxjava-reactive-streams.version>
|
||||
<spring.tuple.version>1.0.0.RELEASE</spring.tuple.version>
|
||||
<spring.integration.tuple.version>1.0.0.RELEASE</spring.integration.tuple.version>
|
||||
@@ -29,6 +30,13 @@
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-dependencies</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<scope>import</scope>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user