> How can force Maven to use my newer version of Jaxb instead of the one from
> Java 6?

This is not a Maven problem per-se. You can find ways to deal with this here:
https://jaxb.dev.java.net/guide/Migrating_JAXB_2_0_applications_to_JavaSE_6.html

The easiest approach is using the endorsed directory mechanism but
realize this means you need to deploy jars to all JDKs/JREs in your
environments.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to