dev --- 3.8.0.A版本, openProject引用 ; formao-live --- 3.7.0.B 版本, formallProject引用
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
560 B

  1. description = 'WeiXin Java Tools - CP'
  2. dependencies {
  3. compile project(':weixin-java-common')
  4. testCompile group: 'junit', name: 'junit', version: '4.11'
  5. testCompile group: 'org.testng', name: 'testng', version: '6.8.7'
  6. testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.5'
  7. testCompile group: 'com.google.inject', name: 'guice', version: '3.0'
  8. testCompile group: 'org.eclipse.jetty', name: 'jetty-server', version: '9.3.0.RC0'
  9. testCompile group: 'org.eclipse.jetty', name: 'jetty-servlet', version: '9.3.0.RC0'
  10. }
  11. test.useTestNG()