mirror of https://github.com/apache/jclouds.git
Remove gson repo now that gson is in Maven Central
This commit is contained in:
parent
94ac74d711
commit
eb1fd05bda
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue