mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 15:05:33 +00:00
This commit upgrades JNA from version 4.1.0 to 4.2.2. Additionally, this dependency is now non-optional as JNA is dual-licensed with Apache License 2.0 since JNA 4.0.0. Relates #19045
23 lines
511 B
Properties
23 lines
511 B
Properties
elasticsearch = 5.0.0-alpha4
|
|
lucene = 6.1.0
|
|
|
|
# optional dependencies
|
|
spatial4j = 0.6
|
|
jts = 1.13
|
|
jackson = 2.7.1
|
|
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.4
|
|
commonslogging = 1.1.3
|
|
commonscodec = 1.10
|
|
hamcrest = 1.3
|
|
securemock = 1.2
|
|
# benchmark dependencies
|
|
jmh = 1.12
|