do not let epoll here in runtime

This commit is contained in:
Jörg Prante 2020-05-02 18:43:45 +02:00
parent 8056d65b8c
commit 3cc4881f19
2 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,6 @@ dependencies{
runtime "io.netty:netty-tcnative-boringssl-static:${project.property('tcnative-legacy-macosx.version')}" runtime "io.netty:netty-tcnative-boringssl-static:${project.property('tcnative-legacy-macosx.version')}"
} else if (Os.isFamily(Os.FAMILY_UNIX)) { } else if (Os.isFamily(Os.FAMILY_UNIX)) {
runtime "io.netty:netty-tcnative-boringssl-static:${project.property('tcnative.version')}" runtime "io.netty:netty-tcnative-boringssl-static:${project.property('tcnative.version')}"
runtime "org.xbib:netty-http-epoll:${project.property('xbib-netty-http.version')}"
} }
testCompile "org.xbib.elasticsearch:elasticsearch-analysis-common:${rootProject.property('elasticsearch-server.version')}" testCompile "org.xbib.elasticsearch:elasticsearch-analysis-common:${rootProject.property('elasticsearch-server.version')}"
} }

View file

@ -1,16 +1,16 @@
group = org.xbib group = org.xbib
name = elx name = elx
version = 6.3.2.4 version = 6.3.2.5
profile = default profile = default
release = 0 release = 0
elasticsearch-server.version = 6.3.2.4 elasticsearch-server.version = 6.3.2.4
log4j.version = 2.12.1 log4j.version = 2.12.1
xbib-metrics.version = 2.0.0
xbib-netty-http.version = 4.1.48.0
tcnative.version = 2.0.29.Final tcnative.version = 2.0.29.Final
tcnative-legacy-macosx.version = 2.0.26.Final tcnative-legacy-macosx.version = 2.0.26.Final
bouncycastle.version = 1.64 bouncycastle.version = 1.64
xbib-metrics.version = 2.0.0
xbib-netty-http.version = 4.1.49.0
# test # test
junit.version = 5.4.2 junit.version = 5.4.2