Skip to content

Commit

Permalink
Upgrading zookeeper in hdfs-fixture (opensearch-project#5007)
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <[email protected]>
  • Loading branch information
VachaShah committed Nov 2, 2022
1 parent e9ffcdb commit c71ed57
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 214 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps jackson to 2.13.4 and snakeyml to 1.32 ([#4599](https://github.com/opensearch-project/OpenSearch/pull/4599))
- Update Jackson Databind to 2.13.4.2 (addressing CVE-2022-42003) ([#4782](https://github.com/opensearch-project/OpenSearch/pull/4782))
- Bump protobuf-java to 3.21.8 ([#5006](https://github.com/opensearch-project/OpenSearch/pull/5006))
- Upgrade zookeeper dependency in hdfs-fixture ([#]())

[Unreleased]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...HEAD
1 change: 0 additions & 1 deletion plugins/repository-hdfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ dependencies {
api "org.slf4j:slf4j-api:${versions.slf4j}"
api "org.apache.logging.log4j:log4j-slf4j-impl:${versions.log4j}"
api 'net.minidev:json-smart:2.4.7'
api 'org.apache.zookeeper:zookeeper:3.7.0'
api "io.netty:netty-all:${versions.netty}"
implementation "com.fasterxml.woodstox:woodstox-core:${versions.woodstox}"
implementation 'org.codehaus.woodstox:stax2-api:4.2.1'
Expand Down
202 changes: 0 additions & 202 deletions plugins/repository-hdfs/licenses/zookeeper-LICENSE.txt

This file was deleted.

11 changes: 0 additions & 11 deletions plugins/repository-hdfs/licenses/zookeeper-NOTICE.txt

This file was deleted.

1 change: 1 addition & 0 deletions test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ dependencies {
api "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}"
api 'org.eclipse.jetty:jetty-server:9.4.49.v20220914'
api "com.google.protobuf:protobuf-java:3.21.8"
api 'org.apache.zookeeper:zookeeper:3.8.0'
}

0 comments on commit c71ed57

Please sign in to comment.