Skip to content

Commit

Permalink
Pull jackson-databind from core
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Dec 4, 2023
1 parent b76d49e commit 2e82846
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ plugins {
id "org.gradle.test-retry" version "1.3.1"
id "com.github.spotbugs" version "5.0.13"
}

import org.gradle.crypto.checksum.Checksum

import java.text.SimpleDateFormat


repositories {
mavenLocal()
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
Expand Down Expand Up @@ -93,6 +93,8 @@ configurations.all {
}
}

apply plugin: 'opensearch.opensearchplugin'

//create source set 'integrationTest'
//add classes from the main source set to the compilation and runtime classpaths of the integrationTest
sourceSets {
Expand Down Expand Up @@ -169,7 +171,7 @@ dependencies {
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'commons-cli:commons-cli:1.3.1'
implementation 'org.bouncycastle:bcprov-jdk15to18:1.75'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
implementation "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
implementation 'org.ldaptive:ldaptive:1.2.3'
implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13'
implementation 'io.jsonwebtoken:jjwt-api:0.10.8'
Expand Down Expand Up @@ -222,7 +224,7 @@ dependencies {
integrationTestImplementation "org.opensearch.plugin:aggs-matrix-stats-client:${opensearch_version}"
integrationTestImplementation "com.google.guava:guava:32.1.1-jre"
integrationTestImplementation "org.apache.commons:commons-lang3:3.4"
integrationTestImplementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
integrationTestImplementation "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
integrationTestImplementation 'io.jsonwebtoken:jjwt-api:0.10.8'
integrationTestImplementation "org.opensearch.client:opensearch-rest-high-level-client:${opensearch_version}"
integrationTestImplementation "org.opensearch.plugin:transport-netty4-client:${opensearch_version}"
Expand Down

0 comments on commit 2e82846

Please sign in to comment.