Skip to content

Commit

Permalink
Fix build file
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford committed Feb 14, 2024
1 parent 721ca3b commit 54e3e27
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ dependencies {
testImplementation "org.apache.kafka:kafka-clients:${kafka_version}:test"
compileOnly "org.opensearch:opensearch:${opensearch_version}"

<<<<<<< HEAD
integrationTestCompileOnly "org.opensearch:opensearch:${opensearch_version}"
integrationTestImplementation "org.opensearch.plugin:reindex-client:${opensearch_version}"
integrationTestImplementation "org.opensearch:opensearch-ssl-config:${opensearch_version}"
Expand Down Expand Up @@ -256,16 +255,6 @@ dependencies {
integrationTestImplementation "org.apache.httpcomponents:fluent-hc:4.5.13"
integrationTestImplementation "org.apache.httpcomponents:httpcore:4.4.16"
integrationTestImplementation "org.apache.httpcomponents:httpasyncclient:4.1.5"
=======


configurations.runtimeClasspath {
// jackson-* is already included in OpenSearch
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
exclude group: 'com.fasterxml.jackson.dataformat', module: 'jackson-dataformat-cbor'
exclude group: 'com.fasterxml.jackson.dataformat', module: 'jackson-dataformat-smile'
exclude group: 'com.fasterxml.jackson.dataformat', module: 'jackson-dataformat-yaml'
>>>>>>> 131bb8da (Force logback)
}

group = 'org.opensearch'
Expand Down

0 comments on commit 54e3e27

Please sign in to comment.