Skip to content

Commit 8eb034a

Browse files
authored
Exclude commons-lang and org.jsonschema2pojo from hadoop-miniclusters (opensearch-project#19538)
* Exclude commons-lang and org.jsonschema2pojo from hadoop-miniclusters Signed-off-by: Craig Perkins <[email protected]> * Add to CHANGELOG Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
1 parent d151cfa commit 8eb034a

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
@@ -153,6 +153,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
153153
- Bump `com.azure:azure-identity` from 1.14.2 to 1.18.0 ([#19361](https://github.com/opensearch-project/OpenSearch/pull/19361))
154154
- Bump `net.bytebuddy:byte-buddy` from 1.17.5 to 1.17.7 ([#19371](https://github.com/opensearch-project/OpenSearch/pull/19371))
155155
- Bump `lycheeverse/lychee-action` from 2.4.1 to 2.6.1 ([#19463](https://github.com/opensearch-project/OpenSearch/pull/19463))
156+
- Exclude commons-lang and org.jsonschema2pojo from hadoop-miniclusters ([#19538](https://github.com/opensearch-project/OpenSearch/pull/19538))
156157
- Bump `io.grpc` deps from 1.68.2 to 1.75.0 ([#19495](https://github.com/opensearch-project/OpenSearch/pull/19495))
157158

158159
### 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)