* '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> <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>
<!-- https://issues.sonatype.org/browse/OSSRH-1452 --> <enabled>true</enabled>
<repository> </releases>
<id>oauth</id> <snapshots>
<name>OAuth Repository</name> <enabled>false</enabled>
<url>http://oauth.googlecode.com/svn/code/maven</url> </snapshots>
</repository> </repository>
</repositories> </repositories>