Skip to content

Commit 7b3f8da

Browse files
Exclude commons-lang and org.jsonschema2pojo from hadoop-miniclusters (#19538) (#19541)
* Exclude commons-lang and org.jsonschema2pojo from hadoop-miniclusters * Add to CHANGELOG --------- (cherry picked from commit 8eb034a) Signed-off-by: Craig Perkins <cwperx@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5558d97 commit 7b3f8da

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
152152
- Bump `com.azure:azure-identity` from 1.14.2 to 1.18.0 ([#19361](https://github.com/opensearch-project/OpenSearch/pull/19361))
153153
- Bump `net.bytebuddy:byte-buddy` from 1.17.5 to 1.17.7 ([#19371](https://github.com/opensearch-project/OpenSearch/pull/19371))
154154
- Bump `lycheeverse/lychee-action` from 2.4.1 to 2.6.1 ([#19463](https://github.com/opensearch-project/OpenSearch/pull/19463))
155+
- Exclude commons-lang and org.jsonschema2pojo from hadoop-miniclusters ([#19538](https://github.com/opensearch-project/OpenSearch/pull/19538))
155156
- Bump `io.grpc` deps from 1.68.2 to 1.75.0 ([#19495](https://github.com/opensearch-project/OpenSearch/pull/19495))
156157

157158
### Deprecated

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ dependencies {
5656
exclude module: "commons-configuration2"
5757
exclude module: "commons-beanutils"
5858
exclude module: "org.eclipse.jetty"
59+
exclude group: "commons-lang"
60+
exclude group: "org.jsonschema2pojo"
5961
}
6062
api "dnsjava:dnsjava:3.6.3"
6163
api "org.codehaus.jettison:jettison:${versions.jettison}"

0 commit comments

Comments
 (0)