删除junit引用
This commit is contained in:
parent
de3de82dc8
commit
650b1e7df1
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue