elx/elx-http/build.gradle

8 lines
432 B
Groovy
Raw Normal View History

dependencies{
2020-05-25 18:43:49 +02:00
api project(':elx-common')
api "org.xbib:netty-http-client:${project.property('xbib-netty-http.version')}"
2021-04-20 14:33:53 +02:00
api "org.elasticsearch.plugin:transport-netty4-client:${rootProject.property('elasticsearch.version')}"
2020-05-25 18:43:49 +02:00
runtimeOnly "org.bouncycastle:bcpkix-jdk15on:${project.property('bouncycastle.version')}"
2021-01-29 01:17:06 +01:00
runtimeOnly "io.netty:netty-tcnative-boringssl-static:${project.property('tcnative.version')}"
}