Set spring-boot.version to 2.1.0.M2.
Add dependency management for Spring Boot Starter.
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -88,6 +88,7 @@
|
||||
<lombok.version>1.18.2</lombok.version>
|
||||
<mockito.version>2.21.0</mockito.version>
|
||||
<multithreadedtc.version>1.01</multithreadedtc.version>
|
||||
<spring-boot.version>2.1.0.M2</spring-boot.version>
|
||||
<spring-data-release-train.version>Lovelace-RC2</spring-data-release-train.version>
|
||||
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
|
||||
</properties>
|
||||
@@ -126,6 +127,11 @@
|
||||
<artifactId>multithreadedtc</artifactId>
|
||||
<version>${multithreadedtc.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-releasetrain</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user