I am trying to run the ToCollege application for the first time on my local system(ubuntu). mvn compile is successful but when I execute ./run-jetty, it is trying download
pom.xml has -
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>3.4.4</version>
</dependency>
so maven should get icu4j's 3.4.4 version. Am I missing anything ?