You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "jaikiran pai (JIRA)" <ji...@apache.org> on 2018/08/13 10:16:00 UTC

[jira] [Updated] (IVY-1588) Pom parsing fails with CircularDependencyException if a "import" scoped dependency in dependencyManagement shares the same parent as the pom being parsed

     [ https://issues.apache.org/jira/browse/IVY-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jaikiran pai updated IVY-1588:
------------------------------
    Summary: Pom parsing fails with CircularDependencyException if a "import" scoped dependency in dependencyManagement shares the same parent as the pom being parsed  (was: ivy 2.5.0-rc1 resolving gwt failed)

> Pom parsing fails with CircularDependencyException if a "import" scoped dependency in dependencyManagement shares the same parent as the pom being parsed
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IVY-1588
>                 URL: https://issues.apache.org/jira/browse/IVY-1588
>             Project: Ivy
>          Issue Type: Bug
>          Components: Maven Compatibility
>    Affects Versions: 2.5.0-rc1
>            Reporter: Volker Gropp
>            Assignee: jaikiran pai
>            Priority: Major
>
> A POM with a parent
> {noformat}
>  <parent>
>  <groupId>org.sonatype.oss</groupId>
>  <artifactId>oss-parent</artifactId>
>  <version>4</version>
>  </parent>{noformat}
> does not resolve. Example:
> {noformat}
>  [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
>  [ivy:resolve] 		::          UNRESOLVED DEPENDENCIES         ::
>  [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
>  [ivy:resolve] 		:: com.google.gwt#gwt-user;2.8.2:com.google.gwt#gwt;2.8.2->org.sonatype.oss#oss-parent;4
>  [ivy:resolve] 		:: com.google.gwt#gwt-dev;2.8.2:com.google.gwt#gwt;2.8.2->org.sonatype.oss#oss-parent;4
>  [ivy:resolve] 		:: com.google.gwt#gwt-servlet;2.8.2:com.google.gwt#gwt;2.8.2->org.sonatype.oss#oss-parent;4
>  [ivy:resolve] 		:: com.google.gwt#gwt-codeserver;2.8.2:com.google.gwt#gwt;2.8.2->org.sonatype.oss#oss-parent;4
>  [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
> {noformat}
> As pointed out by Jaikiran Pai on the user mailing list this might be related to IVY-1545
> This is also reported at [https://stackoverflow.com/questions/51043863/ivy-unresolved-dependencies-gwt-2-7-0] and for vaadin: [https://vaadin.com/forum/thread/17122531]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)