diboot/diboot-shiro/build.gradle

14 lines
412 B
Groovy

apply plugin: 'org.springframework.boot'
dependencies {
compile project(":diboot-core")
// compile("org.springframework.boot:spring-boot-configuration-processor")
compile("org.apache.shiro:shiro-spring:1.4.1")
compile("org.aspectj:aspectjweaver")
compile("com.auth0:java-jwt:3.4.1",
"io.jsonwebtoken:jjwt:0.9.1")
testCompile group: 'junit', name: 'junit', version: '4.12'
}