build.gradle 738 B

1234567891011121314151617
  1. buildscript {
  2. }
  3. dependencies {
  4. compile("com.google.code.findbugs:jsr305:$jsr305Version")
  5. compile("joda-time:joda-time:$jodaTimeVersion")
  6. compile("commons-codec:commons-codec:$commonsCodecVersion")
  7. // compile("org.apache.logging.log4j:log4j-api:$log4jVersion")
  8. // compile("org.apache.logging.log4j:log4j-core:$log4jVersion")
  9. compile("org.apache.commons:commons-lang3:$commonsLang3Version")
  10. compile("com.google.guava:guava:$guavaVersion")
  11. compile 'com.alibaba:fastjson:1.2.17'
  12. //compile 'org.apache.commons:commons-lang3:3.4'
  13. //compile 'commons-codec:commons-codec:1.10'
  14. compile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.3'
  15. //compile 'com.google.guava:guava:19.0'
  16. }