Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba09ced

Browse files
committed
fix bug
1 parent 396e556 commit ba09ced

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
<encoding>UTF-8</encoding>
4848
</configuration>
4949
</plugin>
50+
<!-- 进行单元测试使用 -->
51+
<plugin>
52+
<groupId>org.apache.maven.plugins</groupId>
53+
<artifactId>maven-surefire-plugin</artifactId>
54+
<version>2.20.1</version>
55+
</plugin>
5056
<plugin>
5157
<!-- 编译可运行的jar包 -->
5258
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)