I am using the IntelliJ IDEA on a mac and want to import Apache Velocity. In my pom.xml file:
<dependencies>
<!-- https://mvnrepository.com/artifact/org.apache.velocity/velocity -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
</dependencies>
I am getting the error
Failed to read artifact descriptor for org.apache.velocity:jar:1.7
Are there other settings that I need to add?