http://gwt-code-reviews.appspot.com/1450809/diff/1/samples/mobilewebapp/pom.xml File samples/mobilewebapp/pom.xml (right):
http://gwt-code-reviews.appspot.com/1450809/diff/1/samples/mobilewebapp/pom.xml#newcode87 samples/mobilewebapp/pom.xml:87: </dependency> I don't believe you want to include gwt-dev as a dependency. That should be taken care of for you by the gwt-maven-plugin. http://gwt-code-reviews.appspot.com/1450809/diff/1/samples/mobilewebapp/pom.xml#newcode186 samples/mobilewebapp/pom.xml:186: </dependency> Why not Gin 1.5? Also Gin 1.5 should bring Guice 3 along with it, so you shouldn't need to specify a Guice dependency. (gin 1.5 also requires Guice-assitedinject but all that should be taken care of for you by the Gin pom.xml) http://gwt-code-reviews.appspot.com/1450809/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
