Skip to content

Commit

Permalink
Merge pull request xkzhangsan#38 from xkzhangsan/dev
Browse files Browse the repository at this point in the history
优化测试类
  • Loading branch information
xkzhangsan authored Oct 21, 2020
2 parents 09d6f42 + 72a0129 commit a6b6217
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,10 @@
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
<junit.version>4.12</junit.version>
<junit.version>4.13.1</junit.version>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit a6b6217

Please sign in to comment.