Project

Profile

Help

Bug #2056

closed

Unable to download saxon-he 9.5 with maven

Added by O'Neil Delpratt about 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Maven
Sprint/Milestone:
-
Start date:
2014-04-18
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:

Description

Bug issue raised from stackoverflow at:

http://stackoverflow.com/questions/23128095/unable-to-download-saxon-he-9-5-with-maven

Details:

Maven will not retrieve saxon 9.5, because it has two conflicting dependencies on jdom.

It turns out the second dependency :

<dependency>
  <groupId>org.jdom</groupId>
  <artifactId>jdom</artifactId>
  <version>2.0.4</version>
  <optional>true</optional>
</dependency>

should probably have "jdom2" as artifactId.

Does anyone have suggestions on how to override this?

Actions #1

Updated by O'Neil Delpratt about 10 years ago

  • Status changed from New to Resolved

jdom artifactid in the POM file fixed for the jdom2 dependency which will be available in the next minor and major releases.

Actions #2

Updated by O'Neil Delpratt almost 10 years ago

  • Status changed from Resolved to Closed
  • % Done changed from 0 to 100
  • Fixed in version set to 9.5.1.6

Bug fix applied in Saxon maintenance release 9.5.1.6

Please register to edit this issue

Also available in: Atom PDF