> The dependency does not come from ESME's pom.xml, but the Lift one.
> While we're using Lift <=1.0, it would still require the old
> openid4java, respectively the old icu4j. We could use 1.1-SNAPSHOT of
> Lift, but I'd be careful not to leave that version in the ESME svn,
> since it would probably lead to frequent breakage.
On closer inspection, Lift does fix the dependency, but openid4java
still has a reference to openxri-syntax-1.0.1, which depends on
icu4j-3.4.1. Something here's been overlooked, since
openid4java-0.9.3.pom has the following comments:
<!--
Overwrite the dependency of openxri-syntax-1.0.1
as icu4j-3.4.1 not found in maven's central repository.
-->
...
<!--
Overwrite the dependency of openxri-client-1.0.1
as xmlapis-1.3.0 not found in maven's central repository.
-->
... but it still doesn't work out as expected.