Browse Source

Fix typo in build script

pull/1111/head
Rossen Stoyanchev 10 years ago
parent
commit
da3b21b020
  1. 2
      spring-web-reactive/build.gradle

2
spring-web-reactive/build.gradle

@ -97,7 +97,7 @@ dependencies { @@ -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