We have a config option in pants.ini that looks li...
# general
j
We have a config option in pants.ini that looks like:
Copy code
[sjar]
excludes:  [
   { "org": "org.slf4j",
     "name": "log4j-over-slf4j"},
   { "org": "org.eclipse.jetty.orbit",
     "name": "javax.servlet" },
    # ...
   ]