2019-02-22 11:15:22 +01:00
|
|
|
dependencies {
|
2020-05-25 18:43:49 +02:00
|
|
|
api project(':elx-common')
|
2022-06-01 12:28:46 +02:00
|
|
|
api libs.es.plugin.transport.netty4
|
2023-02-23 18:51:18 +01:00
|
|
|
implementation libs.netty.codec.http
|
|
|
|
implementation libs.netty.handler
|
|
|
|
implementation libs.netty.buffer
|
|
|
|
implementation libs.netty.transport
|
2019-02-22 11:15:22 +01:00
|
|
|
}
|