Remove gson repo now that gson is in Maven Central

This commit is contained in:
Carlos 2011-03-15 20:18:54 +01:00
parent 94ac74d711
commit eb1fd05bda
1 changed files with 2 additions and 4 deletions

View File

@ -41,14 +41,12 @@
<repositories> <repositories>
<!-- TODO to be removed when the dependencies are in central --> <!-- TODO to be removed when the dependencies are in central -->
<!-- https://issues.sonatype.org/browse/OSSRH-1453 -->
<repository> <repository>
<id>jersey</id> <id>jersey</id>
<url>http://download.java.net/maven/2</url> <url>http://download.java.net/maven/2</url>
</repository> </repository>
<repository> <!-- https://issues.sonatype.org/browse/OSSRH-1452 -->
<id>gson</id>
<url>http://google-gson.googlecode.com/svn/mavenrepo</url>
</repository>
<repository> <repository>
<id>oauth</id> <id>oauth</id>
<name>OAuth Repository</name> <name>OAuth Repository</name>