mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Fix databind version reference
This fixes fallout from a bad backport of #53642
This commit is contained in:
parent
5c472fcb47
commit
1d9f57bfc1
@ -26,7 +26,7 @@ dependencies {
|
||||
compile "commons-codec:commons-codec:${versions.commonscodec}"
|
||||
compile "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
|
||||
compile "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
|
||||
compile "com.fasterxml.jackson.core:jackson-databind:${versions.jacksondatabind}"
|
||||
compile "com.fasterxml.jackson.core:jackson-databind:${versions.jackson}"
|
||||
compile "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
|
||||
|
||||
// GCS dependencies
|
||||
|
@ -1 +0,0 @@
|
||||
391de20b4e29cb3fb07d2454ace64be2c82ac91f
|
@ -1 +0,0 @@
|
||||
876ead1db19f0c9e79c9789273a3ef8c6fd6c29b
|
@ -1 +0,0 @@
|
||||
35753201d0cdb1dbe998ab289bca1180b68d4368
|
Loading…
x
Reference in New Issue
Block a user