Hide Forgot
In the downloaded maven repo, using the javaee-6-with-tools bom <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-multipart-provider</artifactId> <version>2.3.6.Final-redhat-1</version> references a non existing version of jaxb-impl, version 2.2.5-redhat-4
I'm not sure if we'll fix this for 6.1 because I don't think there are any plans to release any Maven updates to 6.1.x. However, it is fixed in 6.2.
This missing jaxb-impl version is coming from the 6.1.0 BOM. http://maven.repository.redhat.com/techpreview/eap6/6.1.0/maven-repository/org/jboss/component/management/jboss-component-version-master/6.1.0-redhat-1/jboss-component-version-master-6.1.0-redhat-1.pom The 6.1.1 BOM contains the correct jaxb-impl version (2.2.5-redhat-5): http://maven.repository.redhat.com/techpreview/eap6/6.1.1/maven-repository/org/jboss/component/management/jboss-component-version-master/6.1.1.Final-redhat-61/jboss-component-version-master-6.1.1.Final-redhat-61.pom A new build of resteasy could probably just be switched over to the 6.1.1 BOM to fix this issue.
it looks like this was resolved for eap 6.4, closing