Add some repos still needed and use javax.inject coordinates in central repo

This commit is contained in:
Carlos 2011-02-17 13:31:33 +01:00
parent 974969067e
commit a9fc927938

View File

@ -39,6 +39,23 @@
<url>http://jclouds.googlecode.com/svn/trunk</url>
</scm>
<repositories>
<!-- TODO to be removed when the dependencies are in central -->
<repository>
<id>jersey</id>
<url>http://download.java.net/maven/2</url>
</repository>
<repository>
<id>gson</id>
<url>http://google-gson.googlecode.com/svn/mavenrepo</url>
</repository>
<repository>
<id>oauth</id>
<name>OAuth Repository</name>
<url>http://oauth.googlecode.com/svn/code/maven</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>net.oauth.core</groupId>
@ -74,8 +91,8 @@
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>inject</artifactId>
<version>1.0</version>
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>