Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
650b1e7d
Commit
650b1e7d
authored
Jun 09, 2021
by
dingzhiwei
Browse files
删除junit引用
parent
de3de82d
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-z-codegen/pom.xml
View file @
650b1e7d
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment