- apply from: "$rootDir/gradle/publish.gradle"
- dependencies {
- compile("com.uas.account:sso-core:0.0.1-SNAPSHOT")
- // compile("org.springframework.boot:spring-boot-starter-data-jpa:1.5.9.RELEASE")
- compile("org.springframework:spring-beans:4.3.3.RELEASE")
- compile("org.springframework:spring-context:4.3.3.RELEASE")
- compile("org.apache.tomcat.embed:tomcat-embed-core:8.5.5")
- compile("com.alibaba:fastjson:1.2.15")
- compile("org.codehaus.jackson:jackson-core-asl:1.9.13")
- compile("net.sf.flexjson:flexjson:2.1")
- testCompile("junit:junit:4.12")
- }
|