Having some trouble with "excludes." Is something ...
# general
r
Having some trouble with "excludes." Is something like
Copy code
jar('org.apache.httpcomponents', 'httpclient', '4.5.2', excludes=[
      exclude('commons-loggin', 'commongs-logging')
    ]),
expected to work? Or do I have to do the exludes at the jvm_binary level?