Replace Spring IO Platform dependency management with Spring Boot version

This commit is contained in:
Paul Campbell 2018-07-07 13:31:53 +01:00
parent 3186b23ca4
commit 997568351b

View file

@ -44,9 +44,9 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.spring.platform</groupId>
<artifactId>platform-bom</artifactId>
<version>${spring-platform.version}</version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>