summaryrefslogtreecommitdiffstats
path: root/gerrit-httpd/pom.xml
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2012-04-08 17:37:57 -0700
committerShawn O. Pearce <sop@google.com>2012-04-09 11:39:51 -0700
commit34ab4294cd009439d1655df2aa5217b37c44dac3 (patch)
treeb3ecdfff0e889026caaee95cbce9142174b2f1e0 /gerrit-httpd/pom.xml
parent78f15571e5da3ea347ddc9098f79949c459f097a (diff)
Update to gwtjsonrpc 1.3
This also moves some code out of the server CLASSPATH, fixing build issues in one of my hosting environments. The change also shrinks the built WAR from 38M to 23M by excluding the now unnecessary GWT server code. Change-Id: Id9529f01c4dcf807a1197ac4dccb2a45507fa841
Diffstat (limited to 'gerrit-httpd/pom.xml')
-rw-r--r--gerrit-httpd/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/gerrit-httpd/pom.xml b/gerrit-httpd/pom.xml
index 6c2190d55c..bee36747fc 100644
--- a/gerrit-httpd/pom.xml
+++ b/gerrit-httpd/pom.xml
@@ -55,11 +55,6 @@ limitations under the License.
</dependency>
<dependency>
- <groupId>com.google.gwt</groupId>
- <artifactId>gwt-servlet</artifactId>
- </dependency>
-
- <dependency>
<groupId>eu.medsea.mimeutil</groupId>
<artifactId>mime-util</artifactId>
</dependency>