I'm preparing Debian packages for gerrit's dependencies and ran into missing dependencies to servlet-api in gwtjsonrpc and gwtexpui. After adding it to the pom.xml it worked:
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>debian</version>
+ </dependency>
This might also be a bug in my debian packages of gwt. Maybe this dependency should be provided transitive via gwt-dev or gwt-user? Could you give me a hint?
However none of the gwt pom templates in the gwt svn repo have a (transitive) dependency on servlet-api:
https://code.google.com/p/google-web-
toolkit/source/browse/#svn%2Ftrunk%2Fmaven%2Fpoms%2Fgwt