Replace Spring IO Platform dependency management with Spring Boot version
This commit is contained in:
parent
3186b23ca4
commit
997568351b
1 changed files with 3 additions and 3 deletions
|
@ -44,9 +44,9 @@
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.spring.platform</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>platform-bom</artifactId>
|
<artifactId>spring-boot-dependencies</artifactId>
|
||||||
<version>${spring-platform.version}</version>
|
<version>${spring-boot.version}</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in a new issue