Skip to content

Commit c166045

Browse files
cwperksandrross
authored andcommitted
[2.19] Exclude commons-beanutils from dep on hadoop-miniclusters (opensearch-project#18795)
* Exclude commons-beanutils from dep on hadoop-miniclusters Signed-off-by: Craig Perkins <[email protected]> * Exclude org.eclipse.jetty too Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
1 parent 5f3185c commit c166045

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ dependencies {
5454
exclude group: 'org.apache.kerby'
5555
exclude group: 'com.nimbusds'
5656
exclude module: "commons-configuration2"
57+
exclude module: "commons-beanutils"
58+
exclude module: "org.eclipse.jetty"
5759
}
5860
api "dnsjava:dnsjava:3.6.3"
5961
api "org.codehaus.jettison:jettison:${versions.jettison}"

0 commit comments

Comments
 (0)