Fix typo in build script
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user