简体   繁体   English

Apache Ivy循环依赖

[英]Apache Ivy circular dependency

I am new to this project. 我是这个项目的新手。 I want to build it and I am facing this issue: 我要构建它,我正面临这个问题:

[ivy:resolve]       ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]       ::          UNRESOLVED DEPENDENCIES         ::
[ivy:resolve]       ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]       :: com.google.gwt#gwt-elemental;2.8.0: several  problems occurred while resolving dependency: com.google.gwt#gwt-elemental;2.8.0 {compile=[compile(*), master(*)], runtime=[runtime(*)]}:
[ivy:resolve]   several problems occurred while resolving dependency: com.google.gwt#gwt;2.8.0 {}:
[ivy:resolve]   several problems occurred while resolving dependency: com.google.web.bindery#requestfactory;2.8.0 {}:
[ivy:resolve]   com.google.gwt#gwt;2.8.0->org.sonatype.oss#oss-parent;4
[ivy:resolve]   com.google.gwt#gwt;2.8.0->org.sonatype.oss#oss-parent;4
[ivy:resolve]   com.google.gwt#gwt;2.8.0->org.sonatype.oss#oss-parent;4
[ivy:resolve]   several problems occurred while resolving dependency: com.google.gwt#gwt;2.8.0 {}:
[ivy:resolve]   several problems occurred while resolving dependency: com.google.web.bindery#requestfactory;2.8.0 {}:
[ivy:resolve]   com.google.gwt#gwt;2.8.0->org.sonatype.oss#oss-parent;4
[ivy:resolve]   com.google.gwt#gwt;2.8.0->org.sonatype.oss#oss-parent;4
[ivy:resolve]   com.google.gwt#gwt;2.8.0->org.sonatype.oss#oss-parent;4
[ivy:resolve]       ::::::::::::::::::::::::::::::::::::::::::::::

I have read a bit about ivy, but I am not very keen with it. 我已经阅读了一些有关常春藤的知识,但是我并不十分喜欢它。 How do i repair these kinds of errors? 我该如何修复此类错误?

These are unresolved dependencies meaning the libraries are not found in your organization's artifactory/repository. 这些是未解决的依赖关系,这意味着在组织的工件/存储库中找不到库。

You need to check in which repositories the libraries exist and then ensure those repositories are provisioned in ivy configuration. 您需要检查库存在于哪些存储库中,然后确保在ivy配置中配置了这些存储库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM