Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 6d4eded

Browse files
committed
利用parent中的依赖管理简化配置
1 parent 5dd6fd7 commit 6d4eded

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,22 +177,18 @@
177177
<dependency>
178178
<groupId>org.springframework</groupId>
179179
<artifactId>spring-context</artifactId>
180-
<version>${spring.version}</version>
181180
</dependency>
182181
<dependency>
183182
<groupId>org.springframework</groupId>
184183
<artifactId>spring-context-support</artifactId>
185-
<version>${spring.version}</version>
186184
</dependency>
187185
<dependency>
188186
<groupId>org.springframework</groupId>
189187
<artifactId>spring-aop</artifactId>
190-
<version>${spring.version}</version>
191188
</dependency>
192189
<dependency>
193190
<groupId>org.springframework</groupId>
194191
<artifactId>spring-test</artifactId>
195-
<version>${spring.version}</version>
196192
<scope>test</scope>
197193
</dependency>
198194
<dependency>
@@ -219,7 +215,6 @@
219215
<dependency>
220216
<groupId>junit</groupId>
221217
<artifactId>junit</artifactId>
222-
<version>4.12</version>
223218
<scope>test</scope>
224219
</dependency>
225220

0 commit comments

Comments
 (0)