mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
This commit updates Jackson to the 2.8.1 version, which is more strict when it comes to build objects. It also adds the snakeyaml dependency that was previously shaded in jackson libs. It also closes #18076
24 lines
536 B
Properties
24 lines
536 B
Properties
elasticsearch = 5.0.0-alpha5
|
|
lucene = 6.1.0
|
|
|
|
# optional dependencies
|
|
spatial4j = 0.6
|
|
jts = 1.13
|
|
jackson = 2.8.1
|
|
snakeyaml = 1.15
|
|
log4j = 1.2.17
|
|
slf4j = 1.6.2
|
|
jna = 4.2.2
|
|
|
|
# test dependencies
|
|
randomizedrunner = 2.3.2
|
|
junit = 4.11
|
|
httpclient = 4.5.2
|
|
httpcore = 4.4.5
|
|
commonslogging = 1.1.3
|
|
commonscodec = 1.10
|
|
hamcrest = 1.3
|
|
securemock = 1.2
|
|
# benchmark dependencies
|
|
jmh = 1.12
|