Преглед на файлове

Update to Latest rsocket-core

Now that the RSocket Authentication Extension is GA, it's no longer
necessary to override the version locally in the sample.

Issue gh-7935
Josh Cummings преди 5 години
родител
ревизия
b6f5464fb4
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle

+ 0 - 2
samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle

@@ -1,7 +1,5 @@
 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')