i’ve got: ```jar_library( name='hadoop', jars=...
# general
p
i’ve got:
Copy code
jar_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