| Summary: | missing jax-impl dependency for resteasy-multipart-provider | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Shay Matasaro <smatasar> |
| Component: | Maven Repository | Assignee: | Weinan Li <weli> |
| Status: | CLOSED NOTABUG | QA Contact: | Nikoleta Hlavickova <nziakova> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.1 | CC: | bmaxwell, bsutter, smatasar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-09 13:10:54 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Shay Matasaro
2013-12-03 15:24:45 UTC
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 |