Hi,

after upgrading to ivy 2.5.0-rc1 from 2.4.0 resolving gwt (google web toolkit) 
fails:
[ivy:resolve] :::: WARNINGS
 [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]          ::::::::::::::::::::::::::::::::::::::::::::::
 [ivy:resolve]

There are reports on stackoverflow 
(https://stackoverflow.com/questions/51043863/ivy-unresolved-dependencies-gwt-2-7-0)
 as well as on vaadin: https://vaadin.com/forum/thread/17122531 .

Is there any workaround?

They all depend on 
  <groupId>com.google.gwt</groupId>
  <artifactId>gwt</artifactId>
  <version>2.8.2</version>

In the POM of com.google.gwt:gwt there is a parent which looks valid to me:
   <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>4</version>
    </parent>


Volker Gropp

Reply via email to