Hello, I'm trying to modify the reactive-webapp.zi...
# spring
c
Hello, I'm trying to modify the reactive-webapp.zip for Spring Fu. The example gradle config already includes spring-fu-logging-logback and spring-fu-webflux-netty. However when I try to include spring-fu-webflux-jackson it fails to resolve the dependency. Any thoughts on what configuration change is needed to get it to resolve? Could this be related to the module being recently renamed?
s
Good catch, fixed by https://github.com/spring-projects/spring-fu/commit/798b9dfd347d18e4c7683c86575183fbb708d0b1, please rebuild your project with
./gradlew clean build --refresh-dependencies
it should work now
c
Thank you. This resolved the issue.