Bug 985936
| Summary: | wrong jbossweb dependency version included from org.jboss.security:jboss-negotiation-spnego:jar:2.2.5.Final-redhat-1 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Sakař <psakar> | ||||||
| Component: | Build | Assignee: | Paul Gier <pgier> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.1.1 | CC: | dosoudil, myarboro, nobody, rsvoboda | ||||||
| Target Milestone: | ER4 | ||||||||
| Target Release: | EAP 6.1.1 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-09-16 20:30:31 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: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Petr Sakař
2013-07-18 14:25:02 UTC
locker proposal because we are in 'blockers only' mode I rebuild jboss-security-negotiation using the new productiation process. https://brewweb.devel.redhat.com/buildinfo?buildID=284110 This means that the poms will contain the same transitive dependency versions as the upstream release. So the jbossweb version will not really be correct, but you should be able to control this using dependency management in your pom. The error seems a bit strange to me because the version of jbossweb should have been correct (7.2.1.Final-redhat-1) based on the poms that were including it in the dependency tree. Is the pasted dependency tree the full tree, or only part of it? I'd probably need to see the full tree to know why the incorrect version of jbossweb was being used. Created attachment 780454 [details]
maven debug
attaching maven debug info
Created attachment 780455 [details]
pom with exclustion of wrong dependency
modules/testsuite/pom.xml - to build the testsuite we added exclusion on line 800-805. If I can provide any other info please let me know
|