Skip to content

Commit 6745c8a

Browse files
committed
🔥 删除第三方依赖,使用api-boot-bom项目内的依赖版本
1 parent 517c8fb commit 6745c8a

File tree

1 file changed

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

1 file changed

+0
-78
lines changed

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

Lines changed: 0 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -14,61 +14,19 @@
1414
<artifactId>api-boot-dependencies</artifactId>
1515
<properties>
1616
<main.basedir>${basedir}/../..</main.basedir>
17-
18-
<!--Spring Projects-->
19-
<spring.version>5.3.0.RELEASE</spring.version>
2017
<spring.boot.version>2.3.5.RELEASE</spring.boot.version>
21-
22-
<code.builder.core.version>1.0.5.RELEASE</code.builder.core.version>
23-
24-
<!--Others-->
25-
<druid.starter.version>1.1.21</druid.starter.version>
26-
<reflections.version>0.9.11</reflections.version>
27-
<jpush-client.version>3.3.11</jpush-client.version>
28-
<mysema.codegen.version>0.6.8</mysema.codegen.version>
29-
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
30-
<nacos.config.version>0.2.7</nacos.config.version>
31-
32-
<!--Plugins-->
33-
<maven-plugin-api.version>3.6.1</maven-plugin-api.version>
34-
<maven-plugin-annotations.version>3.6.0</maven-plugin-annotations.version>
3518
<maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version>
36-
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
3719
<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
38-
3920
</properties>
4021
<dependencyManagement>
4122
<dependencies>
42-
<!--Bom Dependencies-->
4323
<dependency>
4424
<groupId>org.springframework.boot</groupId>
4525
<artifactId>spring-boot-dependencies</artifactId>
4626
<version>${spring.boot.version}</version>
4727
<type>pom</type>
4828
<scope>import</scope>
4929
</dependency>
50-
51-
<!--SpringBoot Related Dependencies-->
52-
<dependency>
53-
<groupId>com.alibaba</groupId>
54-
<artifactId>druid-spring-boot-starter</artifactId>
55-
<version>${druid.starter.version}</version>
56-
</dependency>
57-
<dependency>
58-
<groupId>com.alibaba.boot</groupId>
59-
<artifactId>nacos-config-spring-boot-starter</artifactId>
60-
<version>${nacos.config.version}</version>
61-
</dependency>
62-
63-
<!--MinBox Dependencies-->
64-
<dependency>
65-
<groupId>com.gitee.hengboy</groupId>
66-
<artifactId>code-builder-core</artifactId>
67-
<version>${code.builder.core.version}</version>
68-
</dependency>
69-
70-
71-
<!--ApiBoot Dependencies-->
7230
<dependency>
7331
<groupId>org.minbox.framework</groupId>
7432
<artifactId>api-boot</artifactId>
@@ -89,9 +47,6 @@
8947
<artifactId>api-boot-tools</artifactId>
9048
<version>${project.version}</version>
9149
</dependency>
92-
93-
94-
<!--ApiBoot Starters-->
9550
<dependency>
9651
<groupId>org.minbox.framework</groupId>
9752
<artifactId>api-boot-starter</artifactId>
@@ -192,39 +147,6 @@
192147
<artifactId>api-boot-starter-message-pipe-server</artifactId>
193148
<version>${project.version}</version>
194149
</dependency>
195-
196-
197-
<!--Others-->
198-
<dependency>
199-
<groupId>org.reflections</groupId>
200-
<artifactId>reflections</artifactId>
201-
<version>${reflections.version}</version>
202-
</dependency>
203-
<dependency>
204-
<groupId>org.apache.maven</groupId>
205-
<artifactId>maven-plugin-api</artifactId>
206-
<version>${maven-plugin-api.version}</version>
207-
</dependency>
208-
<dependency>
209-
<groupId>org.apache.maven.plugin-tools</groupId>
210-
<artifactId>maven-plugin-annotations</artifactId>
211-
<version>${maven-plugin-annotations.version}</version>
212-
</dependency>
213-
<dependency>
214-
<groupId>cn.jpush.api</groupId>
215-
<artifactId>jpush-client</artifactId>
216-
<version>${jpush-client.version}</version>
217-
</dependency>
218-
<dependency>
219-
<groupId>com.mysema.codegen</groupId>
220-
<artifactId>codegen</artifactId>
221-
<version>${mysema.codegen.version}</version>
222-
</dependency>
223-
<dependency>
224-
<groupId>javax.annotation</groupId>
225-
<artifactId>javax.annotation-api</artifactId>
226-
<version>${javax-annotation-api.version}</version>
227-
</dependency>
228150
</dependencies>
229151
</dependencyManagement>
230152

0 commit comments

Comments
 (0)