我在 Mac 上使用 IntelliJ IDEA 并想导入 Apache Velocity。在我的 pom.xml 文件中:
<dependencies>
<!-- https://mvnrepository.com/artifact/org.apache.velocity/velocity -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
</dependencies>
我收到错误
Failed to read artifact descriptor for org.apache.velocity:jar:1.7
我还需要添加其他设置吗?