mirror of https://github.com/apache/jclouds.git
Merge branch 'master' of https://github.com/carlossg/jclouds
* 'master' of https://github.com/carlossg/jclouds: Ensure no snapshots are downloaded from java.net repository Remove oauth repo now that it's in Maven Central repository
This commit is contained in:
commit
7285fb0e2e
12
core/pom.xml
12
core/pom.xml
|
@ -45,12 +45,12 @@
|
|||
<repository>
|
||||
<id>jersey</id>
|
||||
<url>http://download.java.net/maven/2</url>
|
||||
</repository>
|
||||
<!-- https://issues.sonatype.org/browse/OSSRH-1452 -->
|
||||
<repository>
|
||||
<id>oauth</id>
|
||||
<name>OAuth Repository</name>
|
||||
<url>http://oauth.googlecode.com/svn/code/maven</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
|
Loading…
Reference in New Issue