Saxon-HE 9.9.1-2 required dependency on icu4j
Replies (2)
Please register to reply
Added by Vladimir Nesterovsky over 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?
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.
Changed the icu4j dependency in the POM file to optional.
Please register to reply