Fix typo in build script

master
Rossen Stoyanchev 8 years ago
parent 662e093fbb
commit da3b21b020
  1. 2
      spring-web-reactive/build.gradle

@ -97,7 +97,7 @@ dependencies {
compile "commons-logging:commons-logging:1.2"
optional "org.springframework:spring-context-support:${springVersion}" // for FreeMarker
optional 'io.reactivex:rxjava:${rxJavaVersion}'
optional "io.reactivex:rxjava:${rxJavaVersion}"
optional ("io.reactivex:rxnetty-http:0.5.2-SNAPSHOT") {
exclude group: 'io.reactivex', module: 'rxjava'
}

Loading…
Cancel
Save