mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
This integrates the mocksocket jar with elasticsearch tests. Mocksocket wraps actions requiring SocketPermissions in doPrivilege blocks. This will eventually allow SocketPermissions to be assigned to the mocksocket jar opposed to the entire elasticsearch codebase.
26 lines
647 B
Properties
26 lines
647 B
Properties
elasticsearch = 6.0.0-alpha1
|
|
lucene = 6.4.0-snapshot-084f7a0
|
|
|
|
# optional dependencies
|
|
spatial4j = 0.6
|
|
jts = 1.13
|
|
jackson = 2.8.1
|
|
snakeyaml = 1.15
|
|
# When updating log4j, please update also docs/java-api/index.asciidoc
|
|
log4j = 2.7
|
|
slf4j = 1.6.2
|
|
jna = 4.2.2
|
|
|
|
# test dependencies
|
|
randomizedrunner = 2.4.0
|
|
junit = 4.11
|
|
httpclient = 4.5.2
|
|
httpcore = 4.4.5
|
|
commonslogging = 1.1.3
|
|
commonscodec = 1.10
|
|
hamcrest = 1.3
|
|
securemock = 1.2
|
|
mocksocket = 1.1
|
|
# benchmark dependencies
|
|
jmh = 1.17.3
|