build.gradle 576 B

1234567891011121314
  1. apply from: "$rootDir/gradle/publish.gradle"
  2. dependencies {
  3. compile("com.uas.account:sso-core:0.0.1-SNAPSHOT")
  4. // compile("org.springframework.boot:spring-boot-starter-data-jpa:1.5.9.RELEASE")
  5. compile("org.springframework:spring-beans:4.3.3.RELEASE")
  6. compile("org.springframework:spring-context:4.3.3.RELEASE")
  7. compile("org.apache.tomcat.embed:tomcat-embed-core:8.5.5")
  8. compile("com.alibaba:fastjson:1.2.15")
  9. compile("org.codehaus.jackson:jackson-core-asl:1.9.13")
  10. compile("net.sf.flexjson:flexjson:2.1")
  11. testCompile("junit:junit:4.12")
  12. }