mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
14 lines
419 B
Groovy
14 lines
419 B
Groovy
apply plugin: 'io.spring.convention.spring-sample-boot'
|
|
|
|
ext['rsocket.version'] = '1.0.0-RC6'
|
|
|
|
dependencies {
|
|
compile project(':spring-security-core')
|
|
compile project(':spring-security-config')
|
|
compile project(':spring-security-rsocket')
|
|
compile 'org.springframework.boot:spring-boot-starter-rsocket'
|
|
|
|
testCompile project(':spring-security-test')
|
|
testCompile 'org.springframework.boot:spring-boot-starter-test'
|
|
}
|