|
|
@@ -28,6 +28,13 @@
|
|
|
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springblade.platform</groupId>
|
|
|
+ <artifactId>blade-bom</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <type>pom</type>
|
|
|
+ <scope>import</scope>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
|
@@ -42,13 +49,6 @@
|
|
|
<type>pom</type>
|
|
|
<scope>import</scope>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springblade.platform</groupId>
|
|
|
- <artifactId>blade-bom</artifactId>
|
|
|
- <version>${project.version}</version>
|
|
|
- <type>pom</type>
|
|
|
- <scope>import</scope>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|