删除junit引用

This commit is contained in:
dingzhiwei 2021-06-09 16:26:09 +08:00
parent de3de82dc8
commit 650b1e7df1
1 changed files with 0 additions and 11 deletions

View File

@ -15,22 +15,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- 项目构建输出编码 -->
<java.version>1.8</java.version> <!-- 指定java版本号 -->
<!-- 自定义属性 -->
<junit.version>4.12</junit.version> <!-- junit版本号 -->
</properties>
<!-- 项目依赖声明 -->
<dependencies>
<!-- jUnit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>