- 我必须添加什么存储库才能通过 maven 使用 teiid-admin?
- 为什么 teiid 的已发布版本依赖于预发布的祖先 pom (org.jboss.as:jboss-as-parent:pom:7.5.0.Final-redhat-15 jboss "Product EAP 6.4.0中的 pom 文件阿尔法”存储库)
我一定是做错了什么,因为我无法将 Teiid 管理员添加到我的项目中,因为 pom 祖先消失在非发布存储库中。这看起来对吗?
出现错误
Could not find artifact org.jboss.as:jboss-as-parent:pom:7.5.0.Final-redhat-15 in org.reficio (http://repo.reficio.org/maven/) @ org.jboss.teiid:teiid-parent:8.12.0.Alpha3-SNAPSHOT,...pom.xml, line 376, column 23 -> [Help 2]
添加了依赖项
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-admin</artifactId>
<version>8.11.0.Final</version>
<!-- same basic thing happens with <version>8.11.2</version> -->
</dependency>
- 我可以在 jboss“Product EAP 6.4.0 Alpha”存储库中看到org.jboss.as:jboss-as-parent:pom:7.5.0.Final-redhat-15 pom 文件
- 我在发布存储库中找不到它。
- 当我尝试将其中任何一个列为依赖项或为 teiid 管理标签构建等效源时,我得到了该错误的变体。
如果您有任何想法,请告诉我,因为在寻找 jboss nexus 实例之后,我比开始时更加困惑。
谢谢
彼得