Project

Profile

Help

Saxon-HE 9.9.1-2 required dependency on icu4j

Added by Vladimir Nesterovsky about 5 years ago

Saxon-HE 9.9.1-2 from maven has new required dependency on icu4j library.

  <dependency>
    <groupId>com.ibm.icu</groupId>
    <artifactId>icu4j</artifactId>
    <version>63.1</version>
  </dependency>

It was not required in previous versions. Is it by intention or you missed to mark it as optional?


Replies (2)

RE: Saxon-HE 9.9.1-2 required dependency on icu4j - Added by O'Neil Delpratt about 5 years ago

Hi,

This dependency was added as a result of bug issue #4158. However, the dependency on icu4j is not required to use the Saxon-HE jar only to build it. I will look to represent this in maven.

RE: Saxon-HE 9.9.1-2 required dependency on icu4j - Added by O'Neil Delpratt about 5 years ago

Changed the icu4j dependency in the POM file to optional.

    (1-2/2)

    Please register to reply