Reputation: 11885
In my pom.xml I have many dependencies, but one is not resolved:
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>70.1</version>
</dependency>
Producing the error:
Cannot resolve com.ibm.icu:icu4j:70.1
I've checked and icu4j version 70.1 exists on maven.
I've tried to refresh the maven and also to rebuild, but no help.
Any idea?
Upvotes: 0
Views: 605