Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 968861

Summary: hibernate-core depends on wrong version of dom4j
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Tomas Repel <trepel>
Component: BuildAssignee: Steve Jacobs <sjacobs>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: bmaxwell, sfikes
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-11-25 17:46:56 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:

Description Tomas Repel 2013-05-30 06:57:51 UTC
Description of problem:

Inconsistency in EAP 6.1.0 maven repository:
org.hibernate:hibernate-core:4.2.0.Final-redhat-1 depends on dom4j:dom4j:1.6.1-redhat-4, this is wrong, the correct version should be 1.6.1-redhat-5.

Version-Release number of selected component (if applicable):

EAP 6.1.0

Comment 4 Stephen Fikes 2015-11-25 17:46:56 UTC
This seems to have been resolved as of EAP 6.2.0:

org/hibernate/hibernate-core/4.2.7.SP1-redhat-3/hibernate-core-4.2.7.SP1-redhat-3.pom

...
    <dependency>
      <groupId>dom4j</groupId>
      <artifactId>dom4j</artifactId>
      <version>1.6.1.redhat-6</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>xml-apis</artifactId>
          <groupId>xml-apis</groupId>
        </exclusion>
      </exclusions>
    </dependency>
...

And a search of the zip content shows:

./dom4j/dom4j/1.6.1.redhat-6/dom4j-1.6.1.redhat-6.jar

This is also not a problem in 6.4.0 / 6.4.4 (both use dom4j 1.6.1.redhat-6) which is included.