Skip to content

Commit

Permalink
Bump hadoop-minicluster to 3.3.4 (#6034)
Browse files Browse the repository at this point in the history
* Bump hadoop-minicluster to 3.3.4

Signed-off-by: Ryan Bogan <rbogan@amazon.com>

* Add jettison and mockito api calls

Signed-off-by: Ryan Bogan <rbogan@amazon.com>

* Fix CHANGELOG

Signed-off-by: Ryan Bogan <rbogan@amazon.com>

Signed-off-by: Ryan Bogan <rbogan@amazon.com>
  • Loading branch information
ryanbogan authored Jan 27, 2023
1 parent 6d74ff2 commit 4350ea9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bump `woodstox-core` to 6.4.0 ([#4947](https://github.com/opensearch-project/OpenSearch/pull/4947))
- Bumps `tika` from 2.4.0 to 2.5.0 ([#4791](https://github.com/opensearch-project/OpenSearch/pull/4791))
- Bumps `protobuf-java` from 3.21.7 to 3.21.9 ([#5319](https://github.com/opensearch-project/OpenSearch/pull/5319))
- Bump hadoop-minicluster to 3.3.4 ([#6034](https://github.com/opensearch-project/OpenSearch/pull/6034))

### Changed
- Dependency updates (httpcore, mockito, slf4j, httpasyncclient, commons-codec) ([#4308](https://github.com/opensearch-project/OpenSearch/pull/4308))
Expand Down
7 changes: 6 additions & 1 deletion test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@
apply plugin: 'opensearch.java'

dependencies {
api "org.apache.hadoop:hadoop-minicluster:3.3.1"
api("org.apache.hadoop:hadoop-minicluster:3.3.4") {
exclude module: 'websocket-client'
exclude module: 'jettison'
}
api "org.codehaus.jettison:jettison:${versions.jettison}"
api "org.mockito:mockito-core:${versions.mockito}"
api "org.apache.commons:commons-compress:1.21"
api "commons-codec:commons-codec:${versions.commonscodec}"
api "org.apache.logging.log4j:log4j-core:${versions.log4j}"
Expand Down

0 comments on commit 4350ea9

Please sign in to comment.