dev --- 3.8.0.A版本, openProject引用 ; formao-live --- 3.7.0.B 版本, formallProject引用
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.gradle 638 B

12345678910111213
  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()