Add netty-buffer as a compile dependency

This is a temporary measure for M1 as the dependency will go away once
issue #116 is addressed.
This commit is contained in:
Rossen Stoyanchev
2016-06-29 12:04:51 -04:00
parent 76baf85cfb
commit 478b4149f7

View File

@@ -95,6 +95,7 @@ dependencies {
compile "org.reactivestreams:reactive-streams:1.0.0"
compile "io.projectreactor:reactor-core:${reactorVersion}"
compile "commons-logging:commons-logging:1.2"
compile "io.netty:netty-buffer:${nettyVersion}" // Temporarily for JsonObjectDecoder (GH #116)
optional "org.springframework:spring-context-support:${springVersion}" // for FreeMarker
optional "io.reactivex:rxjava:${rxJavaVersion}"