We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14744a9 commit ed206a9Copy full SHA for ed206a9
assembly/build.gradle
@@ -43,6 +43,9 @@ configurations {
43
exclude group: 'javax.xml.bind', module: 'jaxb-api' // a dependency of org.apache.hadoop:hadoop-yarn-common
44
exclude group: 'net.sourceforge.f2j', module: 'arpack_combined_all'
45
// a dependency of org.apache.spark:spark-graphx_2.11
46
+ // Exclude leaked dependency from h2o-3 - fixed in https://github.com/h2oai/h2o-3/pull/16654
47
+ exclude group: 'org.openjdk.jmh', module: 'jmh-core'
48
+ exclude group: 'org.openjdk.jmh', module: 'jmh-generator-annprocess'
49
}
50
51
0 commit comments