It appears that the jaxb-impl jar and the jaxb-runtime jars are not needed by the JPA integration. It further appears that only jaxb-runtime is needed by the JPA integration at runtime. Both are currently present at runtime.
Side note: it may be that the Maven plugin responsible for JAXB code generation requires jaxb-impl but if so that is up to the plugin, not the integration.