Skip to content

Commit a90f864

Browse files
authored
[2.19] Exclude commons-beanutils from dep on hadoop-miniclusters (#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 2975205 commit a90f864

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
@@ -53,6 +53,8 @@ dependencies {
5353
exclude group: 'org.apache.kerby'
5454
exclude group: 'com.nimbusds'
5555
exclude module: "commons-configuration2"
56+
exclude module: "commons-beanutils"
57+
exclude module: "org.eclipse.jetty"
5658
}
5759
api "dnsjava:dnsjava:3.6.2"
5860
api "org.codehaus.jettison:jettison:${versions.jettison}"

0 commit comments

Comments
 (0)