1
0
mirror of synced 2025-12-14 02:37:58 +08:00

remove useless gradle files

This commit is contained in:
Binary Wang
2017-05-29 15:27:57 +08:00
parent 355f64c2e5
commit 4cf3f5c363
6 changed files with 0 additions and 89 deletions

View File

@@ -1,11 +0,0 @@
description = 'WeiXin Java Tools - Common'
dependencies {
compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.7'
testCompile group: 'junit', name: 'junit', version: '4.11'
testCompile group: 'org.testng', name: 'testng', version: '6.8.7'
testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.5'
testCompile group: 'com.google.inject', name: 'guice', version: '3.0'
testCompile group: 'org.eclipse.jetty', name: 'jetty-server', version: '9.3.0.RC0'
testCompile group: 'org.eclipse.jetty', name: 'jetty-servlet', version: '9.3.0.RC0'
}
test.useTestNG()