mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 11:54:52 +00:00
Transitive dependencies can be confusing and hard to deal with when conflicts arise between them. This change removes transitive dependencies from elasticsearch, and forces any dependency conflicts to be resolved manually, instead of automatically by gradle. closes #14627
21 lines
459 B
Properties
21 lines
459 B
Properties
elasticsearch = 3.0.0-SNAPSHOT
|
|
lucene = 5.4.0-snapshot-1712973
|
|
|
|
# optional dependencies
|
|
spatial4j = 0.5
|
|
jts = 1.13
|
|
mustache = 0.9.1
|
|
jackson = 2.6.2
|
|
log4j = 1.2.17
|
|
slf4j = 1.6.2
|
|
jna = 4.1.0
|
|
|
|
|
|
# test dependencies
|
|
randomizedrunner = 2.2.0
|
|
junit = 4.11
|
|
httpclient = 4.3.6
|
|
httpcore = 4.3.3
|
|
commonslogging = 1.1.3
|
|
commonscodec = 1.10
|