使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
server
/
wxJava-final
关注
6
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
remove junit
master
Binary Wang
8 年前
父节点
6ad58a80be
当前提交
1649b30e23
共有
2 个文件被更改
,包括
0 次插入
和
11 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+0
-6
pom.xml
+0
-5
weixin-java-common/pom.xml
+ 0
- 6
pom.xml
查看文件
@@ -158,12 +158,6 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
+ 0
- 5
weixin-java-common/pom.xml
查看文件
@@ -19,11 +19,6 @@
<artifactId>xstream</artifactId>
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
撰写
预览
正在加载...
取消
保存