build.gradle 471 B

123456789101112
  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("net.sf.flexjson:flexjson:2.1")
  9. testCompile("junit:junit:4.12")
  10. }