提交 478b4149 编写于 作者: R Rossen Stoyanchev

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.
上级 76baf85c
......@@ -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}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册