Skip to content

Commit bff0df4

Browse files
committed
🎨 删除message-pipe-bom依赖,使用minbox-bom内的版本
1 parent 7a322f7 commit bff0df4

File tree

1 file changed

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

1 file changed

+0
-17
lines changed

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
<spring.version>5.2.8.RELEASE</spring.version>
2020
<spring.boot.version>2.3.3.RELEASE</spring.boot.version>
2121

22-
<!--Minbox Projects-->
23-
<minbox-bom.version>1.0.1.RELEASE</minbox-bom.version>
2422
<code.builder.core.version>1.0.5.RELEASE</code.builder.core.version>
25-
<message-pipe-bom.version>1.0.3.RELEASE</message-pipe-bom.version>
2623

2724
<!--Others-->
2825
<druid.starter.version>1.1.21</druid.starter.version>
@@ -50,20 +47,6 @@
5047
<type>pom</type>
5148
<scope>import</scope>
5249
</dependency>
53-
<dependency>
54-
<groupId>org.minbox.framework</groupId>
55-
<artifactId>minbox-bom</artifactId>
56-
<version>${minbox-bom.version}</version>
57-
<scope>import</scope>
58-
<type>pom</type>
59-
</dependency>
60-
<dependency>
61-
<groupId>org.minbox.framework</groupId>
62-
<artifactId>message-pipe-bom</artifactId>
63-
<version>${message-pipe-bom.version}</version>
64-
<scope>import</scope>
65-
<type>pom</type>
66-
</dependency>
6750

6851
<!--SpringBoot Related Dependencies-->
6952
<dependency>

0 commit comments

Comments
 (0)