You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
296 B

1 year ago
configurations {
compile.exclude group: 'aopalliance', module: 'aopalliance'
}
dependencies {
api(
project(":io.sc.platform.jdbc"),
project(":io.sc.platform.security.frontend"),
"org.springframework.boot:spring-boot-starter-security",
"io.jsonwebtoken:jjwt:${jjwt_version}",
)
}