mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 08:29:09 +00:00
We switched to adoptopenjdk from oracle jdk to rely on the notarization found in adoptopnejdk on MacOS. However, that notarization still had issues, and we currently do our own notarization of the entire distribution, including the jdk. The recent bump to jdk 15 has revealed openjdk to be lax in maintaining support for older systems. Since the notarization is no longer an issue, this PR moves the bundled jdk back to Oracle, in order to continue supporting those older systems affected by adoptopenjdk 15. relates #62709
45 lines
1.2 KiB
Properties
45 lines
1.2 KiB
Properties
elasticsearch = 7.10.0
|
|
lucene = 8.7.0-snapshot-77396dbf339
|
|
|
|
bundled_jdk_vendor = openjdk
|
|
bundled_jdk = 15+36@779bf45e88a44cbd9ea6621d33e33db1
|
|
|
|
checkstyle = 8.20
|
|
|
|
# optional dependencies
|
|
spatial4j = 0.7
|
|
jts = 1.15.0
|
|
jackson = 2.10.4
|
|
snakeyaml = 1.26
|
|
icu4j = 62.1
|
|
supercsv = 2.4.0
|
|
# when updating log4j, please update also docs/java-api/index.asciidoc
|
|
log4j = 2.11.1
|
|
slf4j = 1.6.2
|
|
|
|
# when updating the JNA version, also update the version in buildSrc/build.gradle
|
|
jna = 5.5.0
|
|
|
|
netty = 4.1.49.Final
|
|
joda = 2.10.4
|
|
|
|
# when updating this version, you need to ensure compatibility with:
|
|
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
|
|
# - distribution/tools/plugin-cli
|
|
# - x-pack/plugin/security
|
|
bouncycastle=1.64
|
|
# test dependencies
|
|
randomizedrunner = 2.7.1
|
|
junit = 4.12
|
|
httpclient = 4.5.10
|
|
httpcore = 4.4.12
|
|
httpasyncclient = 4.1.4
|
|
commonslogging = 1.1.3
|
|
commonscodec = 1.11
|
|
hamcrest = 2.1
|
|
securemock = 1.2
|
|
mocksocket = 1.2
|
|
|
|
# benchmark dependencies
|
|
jmh = 1.19
|