On Tue, Oct 24, 2017 at 1:38 PM, Julian Reschke <[email protected]> wrote:
> On 2017-10-24 21:18, Gary Gregory wrote: > >> Running 'mvn clean install' for the httpcore 4.4.x branch I get: >> >> [INFO] --- maven-failsafe-plugin:2.20:integration-test (it) @ >> httpcore-osgi >> --- >> [WARNING] Error injecting: >> org.apache.maven.plugin.failsafe.IntegrationTestMojo >> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException >> ... >> > > Short story (as learned when working on Java 9 support in Jackrabbit): you > need failsafe 2.20.1 or use Java 8. > > (The details are more complex, but that in general is the simplest > approach) > > Best regards, Julian > Thank you Julian, It sounds like we need a new version of our parent POM, which already includes the change to 2.20.1. Gary
