我在POM中使用了以下依赖项
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
<version>10</version>
<type>pom</type>
</dependency>
但我仍然收到错误
The import org.apache.commons.id cannot be resolved
答案 0 :(得分:0)
工件ID不正确。如果查看项目的pom file,工件ID应为commons-id
。
答案 1 :(得分:0)
我终于找到了一些东西。 Apache Commons Id还没有maven版本。但是我们可以下载Jar并使用。