You're right, thanks! I don't know why I now have a dependency on 
assistedinject, but adding it worked.

Since I did not really like the workaround of adding a dependency on 
gwt-dev, I recompiled the gwt-maven-plugin to depend on gwt-2.2. I'm sure 
the gwt-maven-plugin guys will publish v 2.2.0 soon but, in the meantime, 
you can get it from gwt-platform maven repo:

    <pluginRepositories>
        <pluginRepository>
            <id>gwtplatform.plugin</id>
            <name>Gwtplatform custom plugin epository</name>
            <url>http://maven.gwt-platform.googlecode.com/hg/</url>
            <layout>default</layout>
        </pluginRepository>
    </pluginRepositories>

  <plugin>
      <groupId>org.codehaus.mojo</groupId>
      <artifactId>gwt-maven-plugin</artifactId>
      <version>2.2.0</version>
  </plugin>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to