PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-12 Thread Thomas Broyer
Hi all, If you're using 2.7.0-SNAPSHOT, your build might start failing as of today as we started unbundling dependencies from gwt-dev as published to the Central Repository. java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor If you get this error, be sure to also update your

Re: PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-12 Thread Gal Dolber
Great news! thanks to all the team for all the work on SDM, did the migration to 2.7 last week, brought me the smile again while working with GWT. On Sun, Oct 12, 2014 at 5:35 AM, Thomas Broyer t.bro...@gmail.com wrote: Hi all, If you're using 2.7.0-SNAPSHOT, your build might start failing as

Re: PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-12 Thread Ramon Salla
Adding http://mvnrepository.com/artifact/org.ow2.asm/asm/5.0.3 it worked again. El diumenge 12 d’octubre de 2014 10:35:09 UTC+2, Thomas Broyer va escriure: Hi all, If you're using 2.7.0-SNAPSHOT, your build might start failing as of today as we started unbundling dependencies from

Re: PSA: starting unbundling dependencies from gwt-dev published to Maven Central, could break your build

2014-10-12 Thread Thomas Broyer
Yes, there's actually a bug in the parent POM: https://gwt-review.googlesource.com/9642 (note: you need more than asm –see POM–, but possibly only under some conditions – classic DevMode?) On Sun, Oct 12, 2014 at 8:53 PM, Ramon Salla rsal...@gmail.com wrote: Adding