0

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?

Alon
  • 10,381
  • 23
  • 88
  • 152
  • Maybe your looking up the wrong maven repos. Maybe you are also behind a proxy. Hard to guess without seeing all the info and your setup. Voting to close as its missing debugging details. – Zabuzard Mar 01 '22 at 18:33
  • The identical dependency worked for me. You must be behind a proxy (Nexus?) or have a problem with your Maven configuration. – David Conrad Mar 01 '22 at 20:00
  • Have you tried running maven with the "-X" option to produce more output? – ProgrammersBlock Mar 01 '22 at 22:26
  • If you can see the artifacts online, maybe download them manually to your local Maven repository. – ProgrammersBlock Mar 01 '22 at 22:27

0 Answers0