spring-security-samples-boot-hellorsocket.gradle 419 B

12345678910111213
  1. apply plugin: 'io.spring.convention.spring-sample-boot'
  2. ext['rsocket.version'] = '1.0.0-RC6'
  3. dependencies {
  4. compile project(':spring-security-core')
  5. compile project(':spring-security-config')
  6. compile project(':spring-security-rsocket')
  7. compile 'org.springframework.boot:spring-boot-starter-rsocket'
  8. testCompile project(':spring-security-test')
  9. testCompile 'org.springframework.boot:spring-boot-starter-test'
  10. }