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

Add slf4jDependencies to hellowebflux

Fixes gh-4798
Rob Winch преди 7 години
родител
ревизия
91e27c1422
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      samples/javaconfig/hellowebflux/spring-security-samples-javaconfig-hellowebflux.gradle

+ 1 - 0
samples/javaconfig/hellowebflux/spring-security-samples-javaconfig-hellowebflux.gradle

@@ -9,6 +9,7 @@ dependencies {
 	compile 'io.projectreactor.ipc:reactor-netty'
 	compile 'org.springframework:spring-context'
 	compile 'org.springframework:spring-webflux'
+	compile slf4jDependencies
 
 	testCompile project(':spring-security-test')
 	testCompile 'io.projectreactor:reactor-test'