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.

build.gradle 610 B

8 jaren geleden
8 jaren geleden
123456789101112
  1. description = 'WeiXin Java Tools - Common'
  2. dependencies {
  3. compile group: 'com.thoughtworks.xstream', name: 'xstream', version:'1.4.7'
  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()