Skip to content

Commit 2eff2cd

Browse files
committed
🎨 删除minbox-bom依赖,使用继承minbox-parent内的该依赖
1 parent 6439ec3 commit 2eff2cd

File tree

1 file changed

+0
-8
lines changed
  • api-boot-project/api-boot-dependencies

1 file changed

+0
-8
lines changed

api-boot-project/api-boot-dependencies/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<artifactId>api-boot-dependencies</artifactId>
1515
<properties>
1616
<main.basedir>${basedir}/../..</main.basedir>
17-
<minbox-bom.version>1.0.5</minbox-bom.version>
1817
<spring.boot.version>2.4.5</spring.boot.version>
1918
<spring-cloud.version>2.2.6.RELEASE</spring-cloud.version>
2019
<maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version>
@@ -29,13 +28,6 @@
2928
<type>pom</type>
3029
<scope>import</scope>
3130
</dependency>
32-
<dependency>
33-
<groupId>org.minbox.framework</groupId>
34-
<artifactId>minbox-bom</artifactId>
35-
<version>${minbox-bom.version}</version>
36-
<scope>import</scope>
37-
<type>pom</type>
38-
</dependency>
3931
<dependency>
4032
<groupId>org.minbox.framework</groupId>
4133
<artifactId>api-boot</artifactId>

0 commit comments

Comments
 (0)