Skip to content

Commit 81089f8

Browse files
opensearch-trigger-bot[bot]github-actions[bot]
authored andcommitted
Exclude commons-lang and org.jsonschema2pojo from hadoop-miniclusters (opensearch-project#19538) (opensearch-project#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 0d2f104 commit 81089f8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
111111
- Bump `aws-actions/configure-aws-credentials` from 4 to 5 ([#19363](https://github.com/opensearch-project/OpenSearch/pull/19363))
112112
- Bump `com.azure:azure-identity` from 1.14.2 to 1.18.0 ([#19361](https://github.com/opensearch-project/OpenSearch/pull/19361))
113113
- Bump `net.bytebuddy:byte-buddy` from 1.17.5 to 1.17.7 ([#19371](https://github.com/opensearch-project/OpenSearch/pull/19371))
114+
- Bump `lycheeverse/lychee-action` from 2.4.1 to 2.6.1 ([#19463](https://github.com/opensearch-project/OpenSearch/pull/19463))
115+
- Exclude commons-lang and org.jsonschema2pojo from hadoop-miniclusters ([#19538](https://github.com/opensearch-project/OpenSearch/pull/19538))
116+
- Bump `io.grpc` deps from 1.68.2 to 1.75.0 ([#19495](https://github.com/opensearch-project/OpenSearch/pull/19495))
114117

115118
### Deprecated
116119

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)