Re: Injecting a transitive dependency via dependencyManagement

2016-10-13 Thread Stephen Connolly
You could create your own safe-batik-bridge which is empty and has both dependencies and then just ask everyone to use that instead... Or deploy to your proxy of central a batik-bridge:1.8-yourcompany-1 and use depMgmt to pin that version On Thursday 13 October 2016, Curtis Rueden

Injecting a transitive dependency via dependencyManagement

2016-10-13 Thread Curtis Rueden
Hi everyone, I have a project [1] which depends on org.apache.xmlgraphics:batik-bridge:1.8, which in turn requires org.apache.xmlgraphics:xmlgraphics-commons:2.1 at runtime. Unfortunately, the POM for batik-bridge somehow does not declare the xmlgraphics-commons dependency [2], even though it