Skip to content

Commit

Permalink
remove guava (#1402)
Browse files Browse the repository at this point in the history
* remove guava

Signed-off-by: Derek Ho <[email protected]>

* 2.6 bwc

Signed-off-by: Derek Ho <[email protected]>

---------

Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho authored Feb 8, 2023
1 parent c24f2ef commit 9ca1928
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
implementation "${group}:common-utils:${common_utils_version}"
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
implementation 'org.json:json:20220924'
implementation group: 'com.github.wnameless.json', name: 'json-flattener', version: '0.15.1'
// json-base, jackson-databind, jackson-annotations are only used by json-flattener.
Expand Down Expand Up @@ -317,7 +316,7 @@ testClusters.integTest {
setting 'path.repo', repo.absolutePath
}

String baseVersion = "2.5.0"
String baseVersion = "2.6.0"
String bwcVersion = baseVersion + ".0"
String baseName = "obsBwcCluster"
String bwcFilePath = "src/test/resources/bwc/"
Expand Down

0 comments on commit 9ca1928

Please sign in to comment.