Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport] Upgrade Guava version (#347) #373

Closed
wants to merge 1 commit into from

Conversation

Arpit-Bandejiya
Copy link
Collaborator

Signed-off-by: Arpit Bandejiya [email protected]
(cherry picked from commit 2d8a589)

Description

Describe what this change achieves.

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

dhruv16dhr
dhruv16dhr previously approved these changes Sep 13, 2023
build.gradle Outdated
@@ -99,6 +99,7 @@ dependencies {
compile "org.opensearch:common-utils:${common_utils_version}"
configurations.all {
resolutionStrategy {
force "com.google.guava:guava:32.0.1-jre"
force "com.puppycrawl.tools:checkstyle:${project.checkstyle.toolVersion}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hardcode 10.12.1 here.

Check if build passes.

Signed-off-by: Arpit Bandejiya <[email protected]>
(cherry picked from commit 2d8a589)
@Arpit-Bandejiya
Copy link
Collaborator Author

abandeji@bcd074462b7f asynchronous-search % ./gradlew :dependencies 
=======================================
OpenSearch Build Hamster says Hello!
  Gradle Version        : 6.7.1
  OS Info               : Mac OS X 13.4 (aarch64)
  JDK Version           : 1.8 (JDK)
  JAVA_HOME             : /Users/abandeji/.sdkman/candidates/java/8.0.362-amzn
  Random Testing Seed   : 8A3A9D0956292855
  In FIPS 140 mode      : false
=======================================

> Task :dependencies

------------------------------------------------------------
Root project - Provides support for asynchronous search
------------------------------------------------------------

annotationProcessor - Annotation processors and their dependencies for source set 'main'.
No dependencies

api - API dependencies for source set 'main'. (n)
No dependencies

apiElements - API elements for main. (n)
No dependencies

archives - Configuration for archive artifacts. (n)
No dependencies

checkstyle - The Checkstyle libraries to be used for this project.
\--- com.puppycrawl.tools:checkstyle:10.3.3
     +--- info.picocli:picocli:4.6.3
     +--- org.antlr:antlr4-runtime:4.10.1
     +--- commons-beanutils:commons-beanutils:1.9.4
     |    \--- commons-collections:commons-collections:3.2.2
     +--- com.google.guava:guava:31.1-jre FAILED
     +--- org.reflections:reflections:0.10.2
     |    +--- org.javassist:javassist:3.28.0-GA
     |    \--- com.google.code.findbugs:jsr305:3.0.2
     \--- net.sf.saxon:Saxon-HE:11.4
          \--- org.xmlresolver:xmlresolver:4.4.3
               +--- org.apache.httpcomponents.client5:httpclient5:5.1.3
               |    +--- org.apache.httpcomponents.core5:httpcore5:5.1.3
               |    +--- org.apache.httpcomponents.core5:httpcore5-h2:5.1.3
               |    |    \--- org.apache.httpcomponents.core5:httpcore5:5.1.3
               |    \--- commons-codec:commons-codec:1.15
               \--- org.apache.httpcomponents.core5:httpcore5:5.1.3

compileClasspath - Compile classpath for source set 'main'.
+--- org.opensearch:common-utils:1.3.13.0-SNAPSHOT
+--- org.opensearch:opensearch:1.3.13-SNAPSHOT
|    +--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
|    +--- org.opensearch:opensearch-secure-sm:1.3.13-SNAPSHOT
|    +--- org.opensearch:opensearch-x-content:1.3.13-SNAPSHOT
|    |    +--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
|    |    +--- org.yaml:snakeyaml:2.0
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.14.2
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.14.2
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2
|    |    \--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.14.2
|    +--- org.opensearch:opensearch-geo:1.3.13-SNAPSHOT
|    +--- org.apache.lucene:lucene-core:8.10.1
|    +--- org.apache.lucene:lucene-analyzers-common:8.10.1
|    +--- org.apache.lucene:lucene-backward-codecs:8.10.1
|    +--- org.apache.lucene:lucene-grouping:8.10.1
|    +--- org.apache.lucene:lucene-highlighter:8.10.1
|    +--- org.apache.lucene:lucene-join:8.10.1
|    +--- org.apache.lucene:lucene-memory:8.10.1
|    +--- org.apache.lucene:lucene-misc:8.10.1
|    +--- org.apache.lucene:lucene-queries:8.10.1
|    +--- org.apache.lucene:lucene-queryparser:8.10.1
|    +--- org.apache.lucene:lucene-sandbox:8.10.1
|    +--- org.apache.lucene:lucene-spatial-extras:8.10.1
|    +--- org.apache.lucene:lucene-spatial3d:8.10.1
|    +--- org.apache.lucene:lucene-suggest:8.10.1
|    +--- org.opensearch:opensearch-cli:1.3.13-SNAPSHOT
|    |    +--- net.sf.jopt-simple:jopt-simple:5.0.4
|    |    \--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
|    +--- com.carrotsearch:hppc:0.8.1
|    +--- joda-time:joda-time:2.12.2
|    +--- com.tdunning:t-digest:3.2
|    +--- org.hdrhistogram:HdrHistogram:2.1.9
|    +--- org.apache.logging.log4j:log4j-api:2.17.1
|    \--- net.java.dev.jna:jna:5.5.0
+--- org.locationtech.spatial4j:spatial4j:0.7
+--- org.locationtech.jts:jts-core:1.15.0
+--- org.apache.logging.log4j:log4j-api:2.17.1
+--- org.apache.logging.log4j:log4j-core:2.17.1
+--- net.java.dev.jna:jna:5.5.0
\--- org.opensearch.plugin:transport-netty4-client:1.3.13-SNAPSHOT
     +--- io.netty:netty-buffer:4.1.97.Final
     +--- io.netty:netty-codec:4.1.97.Final
     +--- io.netty:netty-codec-http:4.1.97.Final
     +--- io.netty:netty-common:4.1.97.Final
     +--- io.netty:netty-handler:4.1.97.Final
     +--- io.netty:netty-resolver:4.1.97.Final
     +--- io.netty:netty-transport:4.1.97.Final
     \--- io.netty:netty-transport-native-unix-common:4.1.97.Final

compileOnly - Compile only dependencies for source set 'main'. (n)
+--- org.opensearch:opensearch:1.3.13-SNAPSHOT (n)
+--- org.locationtech.spatial4j:spatial4j:0.7 (n)
+--- org.locationtech.jts:jts-core:1.15.0 (n)
+--- org.apache.logging.log4j:log4j-api:2.17.1 (n)
+--- org.apache.logging.log4j:log4j-core:2.17.1 (n)
+--- net.java.dev.jna:jna:5.5.0 (n)
\--- org.opensearch.plugin:transport-netty4-client:1.3.13-SNAPSHOT (n)

compileOnlyApi - Compile only API dependencies for source set 'main'. (n)
No dependencies

default - Configuration for default artifacts. (n)
No dependencies

forbiddenApisCliJar
\--- de.thetaphi:forbiddenapis:3.2

implementation - Implementation only dependencies for source set 'main'. (n)
No dependencies

jacocoAgent - The Jacoco agent to use to get coverage data.
\--- org.jacoco:org.jacoco.agent:0.8.5

jacocoAnt - The Jacoco ant tasks to use to get execute Gradle tasks.
\--- org.jacoco:org.jacoco.ant:0.8.5
     +--- org.jacoco:org.jacoco.core:0.8.5
     |    +--- org.ow2.asm:asm:7.2
     |    +--- org.ow2.asm:asm-commons:7.2
     |    |    +--- org.ow2.asm:asm:7.2
     |    |    +--- org.ow2.asm:asm-tree:7.2
     |    |    |    \--- org.ow2.asm:asm:7.2
     |    |    \--- org.ow2.asm:asm-analysis:7.2
     |    |         \--- org.ow2.asm:asm-tree:7.2 (*)
     |    \--- org.ow2.asm:asm-tree:7.2 (*)
     +--- org.jacoco:org.jacoco.report:0.8.5
     |    \--- org.jacoco:org.jacoco.core:0.8.5 (*)
     \--- org.jacoco:org.jacoco.agent:0.8.5

jarHell
No dependencies

jdkJarHell
No dependencies

jdk_bwc_jdk
\--- adoptopenjdk_8:mac:8u242 FAILED

loggerUsagePlugin
\--- org.opensearch.test:logger-usage:1.3.13-SNAPSHOT FAILED

opensearch_distro_extracted_testclusters--asynSearchCluster0-0-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

opensearch_distro_extracted_testclusters--asynSearchCluster0-0-7.10.2-
\--- elasticsearch-distribution:elasticsearch-oss:7.10.2

opensearch_distro_extracted_testclusters--asynSearchCluster0-1-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

opensearch_distro_extracted_testclusters--asynSearchCluster0-1-7.10.2-
\--- elasticsearch-distribution:elasticsearch-oss:7.10.2

opensearch_distro_extracted_testclusters--asynSearchCluster0-2-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

opensearch_distro_extracted_testclusters--asynSearchCluster0-2-7.10.2-
\--- elasticsearch-distribution:elasticsearch-oss:7.10.2

opensearch_distro_extracted_testclusters--asynSearchCluster1-0-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

opensearch_distro_extracted_testclusters--asynSearchCluster1-0-7.10.2-
\--- elasticsearch-distribution:elasticsearch-oss:7.10.2

opensearch_distro_extracted_testclusters--asynSearchCluster1-1-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

opensearch_distro_extracted_testclusters--asynSearchCluster1-1-7.10.2-
\--- elasticsearch-distribution:elasticsearch-oss:7.10.2

opensearch_distro_extracted_testclusters--asynSearchCluster1-2-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

opensearch_distro_extracted_testclusters--asynSearchCluster1-2-7.10.2-
\--- elasticsearch-distribution:elasticsearch-oss:7.10.2

opensearch_distro_extracted_testclusters--integTest-0-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

opensearch_distro_file_testclusters--asynSearchCluster0-0-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

opensearch_distro_file_testclusters--asynSearchCluster0-0-7.10.2-
\--- elasticsearch-distribution:elasticsearch-oss:7.10.2

opensearch_distro_file_testclusters--asynSearchCluster0-1-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

opensearch_distro_file_testclusters--asynSearchCluster0-1-7.10.2-
\--- elasticsearch-distribution:elasticsearch-oss:7.10.2

opensearch_distro_file_testclusters--asynSearchCluster0-2-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

opensearch_distro_file_testclusters--asynSearchCluster0-2-7.10.2-
\--- elasticsearch-distribution:elasticsearch-oss:7.10.2

opensearch_distro_file_testclusters--asynSearchCluster1-0-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

opensearch_distro_file_testclusters--asynSearchCluster1-0-7.10.2-
\--- elasticsearch-distribution:elasticsearch-oss:7.10.2

opensearch_distro_file_testclusters--asynSearchCluster1-1-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

opensearch_distro_file_testclusters--asynSearchCluster1-1-7.10.2-
\--- elasticsearch-distribution:elasticsearch-oss:7.10.2

opensearch_distro_file_testclusters--asynSearchCluster1-2-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

opensearch_distro_file_testclusters--asynSearchCluster1-2-7.10.2-
\--- elasticsearch-distribution:elasticsearch-oss:7.10.2

opensearch_distro_file_testclusters--integTest-0-1.3.13-SNAPSHOT-
\--- opensearch-distribution-snapshot:opensearch:1.3.13-SNAPSHOT FAILED

resolveableCompileOnly
+--- org.opensearch:opensearch:1.3.13-SNAPSHOT
|    +--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
|    +--- org.opensearch:opensearch-secure-sm:1.3.13-SNAPSHOT
|    +--- org.opensearch:opensearch-x-content:1.3.13-SNAPSHOT
|    |    +--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
|    |    +--- org.yaml:snakeyaml:2.0
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.14.2
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.14.2
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2
|    |    \--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.14.2
|    +--- org.opensearch:opensearch-geo:1.3.13-SNAPSHOT
|    +--- org.apache.lucene:lucene-core:8.10.1
|    +--- org.apache.lucene:lucene-analyzers-common:8.10.1
|    +--- org.apache.lucene:lucene-backward-codecs:8.10.1
|    +--- org.apache.lucene:lucene-grouping:8.10.1
|    +--- org.apache.lucene:lucene-highlighter:8.10.1
|    +--- org.apache.lucene:lucene-join:8.10.1
|    +--- org.apache.lucene:lucene-memory:8.10.1
|    +--- org.apache.lucene:lucene-misc:8.10.1
|    +--- org.apache.lucene:lucene-queries:8.10.1
|    +--- org.apache.lucene:lucene-queryparser:8.10.1
|    +--- org.apache.lucene:lucene-sandbox:8.10.1
|    +--- org.apache.lucene:lucene-spatial-extras:8.10.1
|    +--- org.apache.lucene:lucene-spatial3d:8.10.1
|    +--- org.apache.lucene:lucene-suggest:8.10.1
|    +--- org.opensearch:opensearch-cli:1.3.13-SNAPSHOT
|    |    +--- net.sf.jopt-simple:jopt-simple:5.0.4
|    |    \--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
|    +--- com.carrotsearch:hppc:0.8.1
|    +--- joda-time:joda-time:2.12.2
|    +--- com.tdunning:t-digest:3.2
|    +--- org.hdrhistogram:HdrHistogram:2.1.9
|    +--- org.apache.logging.log4j:log4j-api:2.17.1
|    \--- net.java.dev.jna:jna:5.5.0
+--- org.locationtech.spatial4j:spatial4j:0.7
+--- org.locationtech.jts:jts-core:1.15.0
+--- org.apache.logging.log4j:log4j-api:2.17.1
+--- org.apache.logging.log4j:log4j-core:2.17.1
+--- net.java.dev.jna:jna:5.5.0
\--- org.opensearch.plugin:transport-netty4-client:1.3.13-SNAPSHOT
     +--- io.netty:netty-buffer:4.1.97.Final
     +--- io.netty:netty-codec:4.1.97.Final
     +--- io.netty:netty-codec-http:4.1.97.Final
     +--- io.netty:netty-common:4.1.97.Final
     +--- io.netty:netty-handler:4.1.97.Final
     +--- io.netty:netty-resolver:4.1.97.Final
     +--- io.netty:netty-transport:4.1.97.Final
     \--- io.netty:netty-transport-native-unix-common:4.1.97.Final

runtimeClasspath - Runtime classpath of source set 'main'.
\--- org.opensearch:common-utils:1.3.13.0-SNAPSHOT

runtimeElements - Elements of runtime for main. (n)
No dependencies

runtimeOnly - Runtime only dependencies for source set 'main'. (n)
No dependencies

testAnnotationProcessor - Annotation processors and their dependencies for source set 'test'.
No dependencies

testCompileClasspath - Compile classpath for source set 'test'.
+--- org.opensearch:common-utils:1.3.13.0-SNAPSHOT
+--- org.opensearch:opensearch:1.3.13-SNAPSHOT
|    +--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
|    +--- org.opensearch:opensearch-secure-sm:1.3.13-SNAPSHOT
|    +--- org.opensearch:opensearch-x-content:1.3.13-SNAPSHOT
|    |    +--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
|    |    +--- org.yaml:snakeyaml:2.0
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.14.2
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.14.2
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2
|    |    \--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.14.2
|    +--- org.opensearch:opensearch-geo:1.3.13-SNAPSHOT
|    +--- org.apache.lucene:lucene-core:8.10.1
|    +--- org.apache.lucene:lucene-analyzers-common:8.10.1
|    +--- org.apache.lucene:lucene-backward-codecs:8.10.1
|    +--- org.apache.lucene:lucene-grouping:8.10.1
|    +--- org.apache.lucene:lucene-highlighter:8.10.1
|    +--- org.apache.lucene:lucene-join:8.10.1
|    +--- org.apache.lucene:lucene-memory:8.10.1
|    +--- org.apache.lucene:lucene-misc:8.10.1
|    +--- org.apache.lucene:lucene-queries:8.10.1
|    +--- org.apache.lucene:lucene-queryparser:8.10.1
|    +--- org.apache.lucene:lucene-sandbox:8.10.1
|    +--- org.apache.lucene:lucene-spatial-extras:8.10.1
|    +--- org.apache.lucene:lucene-spatial3d:8.10.1
|    +--- org.apache.lucene:lucene-suggest:8.10.1
|    +--- org.opensearch:opensearch-cli:1.3.13-SNAPSHOT
|    |    +--- net.sf.jopt-simple:jopt-simple:5.0.4
|    |    \--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
|    +--- com.carrotsearch:hppc:0.8.1
|    +--- joda-time:joda-time:2.12.2
|    +--- com.tdunning:t-digest:3.2
|    +--- org.hdrhistogram:HdrHistogram:2.1.9
|    +--- org.apache.logging.log4j:log4j-api:2.17.1
|    \--- net.java.dev.jna:jna:5.5.0
+--- org.locationtech.spatial4j:spatial4j:0.7
+--- org.locationtech.jts:jts-core:1.15.0
+--- org.apache.logging.log4j:log4j-api:2.17.1
+--- org.apache.logging.log4j:log4j-core:2.17.1
+--- net.java.dev.jna:jna:5.5.0
+--- org.opensearch.plugin:transport-netty4-client:1.3.13-SNAPSHOT
|    +--- io.netty:netty-buffer:4.1.97.Final
|    +--- io.netty:netty-codec:4.1.97.Final
|    +--- io.netty:netty-codec-http:4.1.97.Final
|    +--- io.netty:netty-common:4.1.97.Final
|    +--- io.netty:netty-handler:4.1.97.Final
|    +--- io.netty:netty-resolver:4.1.97.Final
|    +--- io.netty:netty-transport:4.1.97.Final
|    \--- io.netty:netty-transport-native-unix-common:4.1.97.Final
+--- org.opensearch.plugin:reindex-client:1.3.13-SNAPSHOT
|    +--- org.opensearch.client:opensearch-rest-client:1.3.13-SNAPSHOT
|    |    +--- org.apache.httpcomponents:httpclient:4.5.13
|    |    +--- org.apache.httpcomponents:httpcore:4.4.12
|    |    +--- org.apache.httpcomponents:httpasyncclient:4.1.4
|    |    +--- org.apache.httpcomponents:httpcore-nio:4.4.12
|    |    +--- commons-codec:commons-codec:1.13
|    |    \--- commons-logging:commons-logging:1.1.3
|    \--- org.opensearch:opensearch-ssl-config:1.3.13-SNAPSHOT
|         \--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
+--- org.opensearch.plugin:lang-painless:1.3.13-SNAPSHOT
|    +--- org.antlr:antlr4-runtime:4.5.3
|    +--- org.ow2.asm:asm-util:9.5
|    +--- org.ow2.asm:asm-tree:9.5
|    +--- org.ow2.asm:asm-commons:9.5
|    +--- org.ow2.asm:asm-analysis:9.5
|    +--- org.ow2.asm:asm:9.5
|    \--- org.opensearch.plugin:opensearch-scripting-painless-spi:1.3.13-SNAPSHOT
|         \--- org.opensearch:opensearch:1.3.13-SNAPSHOT (*)
\--- org.opensearch.test:framework:1.3.13-SNAPSHOT
     +--- org.opensearch.client:opensearch-rest-client:1.3.13-SNAPSHOT (*)
     +--- org.opensearch.client:opensearch-rest-client-sniffer:1.3.13-SNAPSHOT
     |    +--- org.opensearch.client:opensearch-rest-client:1.3.13-SNAPSHOT (*)
     |    +--- org.apache.httpcomponents:httpclient:4.5.13
     |    +--- org.apache.httpcomponents:httpcore:4.4.12
     |    +--- commons-codec:commons-codec:1.13
     |    +--- commons-logging:commons-logging:1.1.3
     |    \--- com.fasterxml.jackson.core:jackson-core:2.14.2
     +--- org.opensearch:opensearch-nio:1.3.13-SNAPSHOT
     |    \--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
     +--- org.opensearch:opensearch:1.3.13-SNAPSHOT (*)
     +--- org.opensearch:opensearch-cli:1.3.13-SNAPSHOT (*)
     +--- com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.1
     +--- junit:junit:4.13.2
     +--- org.hamcrest:hamcrest:2.1
     +--- org.apache.lucene:lucene-test-framework:8.10.1
     +--- org.apache.lucene:lucene-codecs:8.10.1
     +--- commons-logging:commons-logging:1.1.3
     +--- commons-codec:commons-codec:1.13
     +--- org.elasticsearch:mocksocket:1.2
     +--- org.mockito:mockito-core:3.12.4
     +--- net.bytebuddy:byte-buddy:1.14.3
     \--- org.objenesis:objenesis:3.2

testCompileOnly - Compile only dependencies for source set 'test'. (n)
No dependencies

testImplementation - Implementation only dependencies for source set 'test'. (n)
\--- org.opensearch.test:framework:1.3.13-SNAPSHOT (n)

testRuntimeClasspath - Runtime classpath of source set 'test'.
+--- org.opensearch:common-utils:1.3.13.0-SNAPSHOT
+--- org.opensearch:opensearch:1.3.13-SNAPSHOT
|    +--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
|    +--- org.opensearch:opensearch-secure-sm:1.3.13-SNAPSHOT
|    +--- org.opensearch:opensearch-x-content:1.3.13-SNAPSHOT
|    |    +--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
|    |    +--- org.yaml:snakeyaml:2.0
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.14.2
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.14.2
|    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2
|    |    \--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.14.2
|    +--- org.opensearch:opensearch-geo:1.3.13-SNAPSHOT
|    +--- org.apache.lucene:lucene-core:8.10.1
|    +--- org.apache.lucene:lucene-analyzers-common:8.10.1
|    +--- org.apache.lucene:lucene-backward-codecs:8.10.1
|    +--- org.apache.lucene:lucene-grouping:8.10.1
|    +--- org.apache.lucene:lucene-highlighter:8.10.1
|    +--- org.apache.lucene:lucene-join:8.10.1
|    +--- org.apache.lucene:lucene-memory:8.10.1
|    +--- org.apache.lucene:lucene-misc:8.10.1
|    +--- org.apache.lucene:lucene-queries:8.10.1
|    +--- org.apache.lucene:lucene-queryparser:8.10.1
|    +--- org.apache.lucene:lucene-sandbox:8.10.1
|    +--- org.apache.lucene:lucene-spatial-extras:8.10.1
|    +--- org.apache.lucene:lucene-spatial3d:8.10.1
|    +--- org.apache.lucene:lucene-suggest:8.10.1
|    +--- org.opensearch:opensearch-cli:1.3.13-SNAPSHOT
|    |    +--- net.sf.jopt-simple:jopt-simple:5.0.4
|    |    \--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
|    +--- com.carrotsearch:hppc:0.8.1
|    +--- joda-time:joda-time:2.12.2
|    +--- com.tdunning:t-digest:3.2
|    +--- org.hdrhistogram:HdrHistogram:2.1.9
|    +--- org.apache.logging.log4j:log4j-api:2.17.1
|    \--- net.java.dev.jna:jna:5.5.0
+--- org.locationtech.spatial4j:spatial4j:0.7
+--- org.locationtech.jts:jts-core:1.15.0
+--- org.apache.logging.log4j:log4j-api:2.17.1
+--- org.apache.logging.log4j:log4j-core:2.17.1
+--- net.java.dev.jna:jna:5.5.0
+--- org.opensearch.plugin:transport-netty4-client:1.3.13-SNAPSHOT
|    +--- io.netty:netty-buffer:4.1.97.Final
|    +--- io.netty:netty-codec:4.1.97.Final
|    +--- io.netty:netty-codec-http:4.1.97.Final
|    +--- io.netty:netty-common:4.1.97.Final
|    +--- io.netty:netty-handler:4.1.97.Final
|    +--- io.netty:netty-resolver:4.1.97.Final
|    +--- io.netty:netty-transport:4.1.97.Final
|    \--- io.netty:netty-transport-native-unix-common:4.1.97.Final
+--- org.opensearch.plugin:reindex-client:1.3.13-SNAPSHOT
|    +--- org.opensearch.client:opensearch-rest-client:1.3.13-SNAPSHOT
|    |    +--- org.apache.httpcomponents:httpclient:4.5.13
|    |    +--- org.apache.httpcomponents:httpcore:4.4.12
|    |    +--- org.apache.httpcomponents:httpasyncclient:4.1.4
|    |    +--- org.apache.httpcomponents:httpcore-nio:4.4.12
|    |    +--- commons-codec:commons-codec:1.13
|    |    \--- commons-logging:commons-logging:1.1.3
|    \--- org.opensearch:opensearch-ssl-config:1.3.13-SNAPSHOT
|         \--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
+--- org.opensearch.plugin:lang-painless:1.3.13-SNAPSHOT
|    +--- org.antlr:antlr4-runtime:4.5.3
|    +--- org.ow2.asm:asm-util:9.5
|    +--- org.ow2.asm:asm-tree:9.5
|    +--- org.ow2.asm:asm-commons:9.5
|    +--- org.ow2.asm:asm-analysis:9.5
|    +--- org.ow2.asm:asm:9.5
|    \--- org.opensearch.plugin:opensearch-scripting-painless-spi:1.3.13-SNAPSHOT
|         \--- org.opensearch:opensearch:1.3.13-SNAPSHOT (*)
\--- org.opensearch.test:framework:1.3.13-SNAPSHOT
     +--- org.opensearch.client:opensearch-rest-client:1.3.13-SNAPSHOT (*)
     +--- org.opensearch.client:opensearch-rest-client-sniffer:1.3.13-SNAPSHOT
     |    +--- org.opensearch.client:opensearch-rest-client:1.3.13-SNAPSHOT (*)
     |    +--- org.apache.httpcomponents:httpclient:4.5.13
     |    +--- org.apache.httpcomponents:httpcore:4.4.12
     |    +--- commons-codec:commons-codec:1.13
     |    +--- commons-logging:commons-logging:1.1.3
     |    \--- com.fasterxml.jackson.core:jackson-core:2.14.2
     +--- org.opensearch:opensearch-nio:1.3.13-SNAPSHOT
     |    \--- org.opensearch:opensearch-core:1.3.13-SNAPSHOT
     +--- org.opensearch:opensearch:1.3.13-SNAPSHOT (*)
     +--- org.opensearch:opensearch-cli:1.3.13-SNAPSHOT (*)
     +--- com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.1
     +--- junit:junit:4.13.2
     +--- org.hamcrest:hamcrest:2.1
     +--- org.apache.lucene:lucene-test-framework:8.10.1
     +--- org.apache.lucene:lucene-codecs:8.10.1
     +--- commons-logging:commons-logging:1.1.3
     +--- commons-codec:commons-codec:1.13
     +--- org.elasticsearch:mocksocket:1.2
     +--- org.mockito:mockito-core:3.12.4
     +--- net.bytebuddy:byte-buddy:1.14.3
     \--- org.objenesis:objenesis:3.2

testRuntimeOnly - Runtime only dependencies for source set 'test'. (n)
No dependencies

zip
No dependencies

(*) - dependencies omitted (listed previously)

(n) - Not resolved (configuration is not meant to be resolved)

A web-based, searchable dependency report is available by adding the --scan option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants