elx/elx-http/build.gradle

5 lines
111 B
Groovy

dependencies{
api project(':elx-common')
api libs.netty.http
api libs.es.plugin.transport.netty4
}