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

[jira] [Created] (IVY-1588) ivy 2.5.0-rc1 resolving gwt failed

Volker Gropp created IVY-1588:
---------------------------------

             Summary: ivy 2.5.0-rc1 resolving gwt failed
                 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


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)