dev --- 3.8.0.A版本, openProject引用 ; formao-live --- 3.7.0.B 版本, formallProject引用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 line
630 B

  1. description = 'WeiXin Java Tools - MP'
  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. testCompile group: 'joda-time', name: 'joda-time', version: '2.9.4'
  11. }
  12. test.useTestNG()