Skip to content

Commit 89aaf4e

Browse files
author
liuyanw.liu
committed
更换org.springframework 的maven配置
1 parent 62a054f commit 89aaf4e

2 files changed

Lines changed: 12 additions & 20 deletions

File tree

.idea/libraries/Maven__org_springframework_spring_core_4_3_12_RELEASE.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

pom.xml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,28 @@
1313
<version>4.12</version>
1414
<scope>test</scope>
1515
</dependency>
16+
1617
<dependency>
1718
<groupId>org.apache.httpcomponents</groupId>
1819
<artifactId>httpclient</artifactId>
1920
<version>4.3.1</version>
2021
</dependency>
21-
<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
22+
23+
<!-- https://mvnrepository.com/artifact/org.springframework/spring-core -->
24+
<dependency>
25+
<groupId>org.springframework</groupId>
26+
<artifactId>spring-core</artifactId>
27+
<version>5.1.5.RELEASE</version>
28+
</dependency>
29+
2230
<dependency>
2331
<groupId>com.alibaba</groupId>
2432
<artifactId>fastjson</artifactId>
2533
<version>1.2.56</version>
2634
</dependency>
27-
<!-- https://mvnrepository.com/artifact/org.springframework/spring-core -->
28-
<dependency>
29-
    <groupId>org.springframework</groupId>
30-
    <artifactId>spring-core</artifactId>
31-
    <version>4.3.12.RELEASE</version>
32-
</dependency>
35+
36+
37+
3338

3439
</dependencies>
3540
</project>

0 commit comments

Comments
 (0)