Skip to content

Commit

Permalink
更新Pom
Browse files Browse the repository at this point in the history
  • Loading branch information
HaojunRen committed Oct 31, 2017
1 parent 3dd3e80 commit 6ce43c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<properties>
<commons.lang3.version>3.6</commons.lang3.version>
<commons-collections4.version>4.1</commons-collections4.version>
<spring.version>4.3.0.RELEASE</spring.version>
<spring.boot.version>1.3.8.RELEASE</spring.boot.version>
<aopalliance.version>1.0</aopalliance.version>
Expand All @@ -27,6 +28,12 @@
<version>${commons.lang3.version}</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${commons-collections4.version}</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
Expand Down

0 comments on commit 6ce43c3

Please sign in to comment.