Bug 968861 - hibernate-core depends on wrong version of dom4j
Summary: hibernate-core depends on wrong version of dom4j
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Build
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Steve Jacobs
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-30 06:57 UTC by Tomas Repel
Modified: 2018-12-03 18:57 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-25 17:46:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.