mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
Add some repos still needed and use javax.inject coordinates in central repo
This commit is contained in:
parent
974969067e
commit
a9fc927938
21
core/pom.xml
21
core/pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user