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.

12 lines
266 B

2 years ago
configurations {
compile.exclude group: 'aopalliance', module: 'aopalliance'
}
dependencies {
api(
project(":io.sc.platform.jdbc"),
10 months ago
2 years ago
"org.springframework.boot:spring-boot-starter-security",
10 months ago
"org.springframework.security:spring-security-oauth2-jose",
2 years ago
)
}