Re: endorsed library resolution - jaxb example

2014-04-16 Thread Marc De Boeck
You could add in the ivy.xml of jupiter-XMLInterface an exclude statement inside the dependency for jaxb-impl: dependency org=com.sun.xml.bind name=jaxb-impl rev=2.2.7 exclude module=jaxb-api / /dependency Alternatively, you can also change the ivy.xml of

Re: endorsed library resolution - jaxb example

2014-04-16 Thread Mark Himsley
Marc, Thank you. I had missed the common 'exclude' child element from the post resolve tasks page. That is exactly the 'something obvious' that I was missing. I should have mentioned that the other libraries are all coming from the default maven 2 repository, so I don't believe I could have