aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-12-16 08:53:29 -0800
committerShawn O. Pearce <sop@google.com>2009-12-16 08:54:19 -0800
commit76dc8e0fd06a8e7a11e40ce5f5c5fa8bdfecddca (patch)
tree20ff5e204763c035141b7e8824c3916723247539
parentf8cb0531184c0f5388a1daa46aa405787725fe4d (diff)
downloadgwtjsonrpc-76dc8e0fd06a8e7a11e40ce5f5c5fa8bdfecddca.tar.gz
Remove unused Maven repository URLs
This Maven repository is really old and doesn't contain anything newer than GWT 1.5.0-rc1. We shouldn't be linking to it as part of our search path. Change-Id: Idf9f4b0666b6d2cdf69dcf43432f75da7b8957c2 Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 792dde5..28739d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,20 +321,8 @@ limitations under the License.
<id>gson</id>
<url>http://google-gson.googlecode.com/svn/mavenrepo</url>
</repository>
-
- <repository>
- <id>gwt-maven</id>
- <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
- </repository>
</repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>gwt-maven-plugins</id>
- <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
- </pluginRepository>
- </pluginRepositories>
-
<distributionManagement>
<snapshotRepository>
<id>gerrit-snapshot-repository</id>