Skip to content

Commit

Permalink
📝 docs(1.2): 更新guava、commons-io等依赖
Browse files Browse the repository at this point in the history
refs #8

Signed-off-by: Tony Deng <[email protected]>
  • Loading branch information
tonydeng committed Sep 9, 2019
1 parent 01df731 commit c22e334
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
<junit.version>4.12</junit.version>
<spring.version>4.1.4.RELEASE</spring.version>
<logback.version>1.1.2</logback.version>
<commons-lang3.version>3.3.2</commons-lang3.version>
<guava.version>18.0</guava.version>
<commons-lang3.version>3.9</commons-lang3.version>
<commons-io.version>2.6</commons-io.version>
<guava.version>27.1-jre</guava.version>
<lombok.version>1.18.8</lombok.version>
</properties>

<dependencies>
Expand All @@ -29,6 +31,11 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
Expand Down Expand Up @@ -56,7 +63,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<version>${commons-io.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c22e334

Please sign in to comment.