Skip to content

Commit d7ff8cd

Browse files
authored
Removing guava dependency to fix jarhell (#709)
* removing guava to fix jarhell Signed-off-by: Shenoy Pratik <[email protected]> * update release notes Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]>
1 parent 8ce79d0 commit d7ff8cd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ dependencies {
175175
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
176176
implementation "${group}:common-utils:${common_utils_version}"
177177
compileOnly "${group}:opensearch-job-scheduler-spi:${job_scheduler_version}"
178-
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
179178
implementation "org.json:json:20230227"
180179
implementation group: 'com.github.wnameless.json', name: 'json-flattener', version: '0.15.1'
181180
// json-base, jackson-databind, jackson-annotations are transitive dependencies by json-flattener

release-notes/opensearch-reporting.release-notes-2.8.0.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Compatible with OpenSearch 2.8.0
55
### Bug Fixes
66
* Update json version to 20230227 ([#692](https://github.com/opensearch-project/reporting/pull/692))
77
* Update Gradle Wrapper to 7.6.1 ([#695](https://github.com/opensearch-project/reporting/pull/695))
8+
* Removing guava dependency to fix jarhell ([#709](https://github.com/opensearch-project/reporting/pull/709))
89

910
### Maintenance
1011
* Increment version to 2.8.0-SNAPSHOT ([#688](https://github.com/opensearch-project/reporting/pull/688))

0 commit comments

Comments
 (0)