mirror of https://github.com/apache/jclouds.git
Merge branch 'master' of git://github.com/jclouds/jclouds into large-blob
This commit is contained in:
commit
6d90793ca6
16
core/pom.xml
16
core/pom.xml
|
@ -41,18 +41,16 @@
|
||||||
|
|
||||||
<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>
|
<releases>
|
||||||
<repository>
|
<enabled>true</enabled>
|
||||||
<id>gson</id>
|
</releases>
|
||||||
<url>http://google-gson.googlecode.com/svn/mavenrepo</url>
|
<snapshots>
|
||||||
</repository>
|
<enabled>false</enabled>
|
||||||
<repository>
|
</snapshots>
|
||||||
<id>oauth</id>
|
|
||||||
<name>OAuth Repository</name>
|
|
||||||
<url>http://oauth.googlecode.com/svn/code/maven</url>
|
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue