使用装饰模式,支持apache-http和jodd-http (#194)

This commit is contained in:
crskyp
2017-04-25 10:14:33 +08:00
committed by Binary Wang
parent a8d443e13b
commit 885db18ebc
54 changed files with 2092 additions and 179 deletions

View File

@@ -0,0 +1,12 @@
description = 'WeiXin Java Tools - PAY'
dependencies {
compile project(':weixin-java-common')
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'
testCompile group: 'joda-time', name: 'joda-time', version: '2.9.4'
}
test.useTestNG()