* '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:
Adrian Cole 2011-03-16 11:27:53 -07:00
commit 7285fb0e2e
1 changed files with 6 additions and 6 deletions

View File

@ -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>