Switch gwtorm, gwtjsonrpc to release versions

Now that these have released versions which are available
from a Maven repository we can designate using those over
building them from source.  Both packages are reasonably
stable and unlikely to be modified on a daily basis by
any Gerrit2 contributor.

Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/appjar/pom.xml b/appjar/pom.xml
index 8626df5..c8b674b 100644
--- a/appjar/pom.xml
+++ b/appjar/pom.xml
@@ -316,14 +316,14 @@
     <dependency>
       <groupId>gwtorm</groupId>
       <artifactId>gwtorm</artifactId>
-      <version>0.1-SNAPSHOT</version>
+      <version>1.0</version>
       <scope>compile</scope>
     </dependency>
 
     <dependency>
       <groupId>gwtjsonrpc</groupId>
       <artifactId>gwtjsonrpc</artifactId>
-      <version>0.1-SNAPSHOT</version>
+      <version>1.0</version>
       <scope>compile</scope>
     </dependency>
 
@@ -450,6 +450,11 @@
     </repository>
 
     <repository>
+      <id>gerrit-maven-repository</id>
+      <url>http://gerrit.googlecode.com/svn/mavenrepo/</url>
+    </repository>
+
+    <repository>
       <id>gwt-maven</id>
       <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
     </repository>