elx/elx-transport/build.gradle

12 lines
361 B
Groovy
Raw Permalink Normal View History

dependencies {
2020-05-25 18:43:49 +02:00
api project(':elx-common')
api libs.es.plugin.transport.netty4
implementation libs.netty.codec.http
implementation libs.netty.handler
implementation libs.netty.buffer
implementation libs.netty.transport
2023-05-26 17:16:55 +02:00
testImplementation libs.log4j.core
testImplementation libs.log4j.jul
testImplementation libs.log4j.slf4j
}