purple-leather-29803
10/11/2016, 6:17 PMjar_library(
name='hadoop',
jars=[
jar(
org='org.apache.hadoop',
name='hadoop-common',
rev='2.6.0',
excludes=[
exclude('javax.servlet', 'servlet-api'),
]
)
]
) but can’t tell if that exclusion is being applied as i intend; i’m still seeing a conflict that i think it should have resolved