提交 650b1e7d 编写于 作者: D dingzhiwei

删除junit引用

上级 de3de82d
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册