mirror of https://github.com/apache/jclouds.git
Issue 809:update to latest jersey and move off old repo
This commit is contained in:
parent
ce5244f8d5
commit
21b8aadbfb
17
core/pom.xml
17
core/pom.xml
|
@ -38,21 +38,6 @@
|
||||||
<url>http://jclouds.googlecode.com/svn/trunk</url>
|
<url>http://jclouds.googlecode.com/svn/trunk</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<!-- TODO to be removed when the dependencies are in central -->
|
|
||||||
<!-- https://issues.sonatype.org/browse/OSSRH-1453 -->
|
|
||||||
<repository>
|
|
||||||
<id>jersey</id>
|
|
||||||
<url>http://download.java.net/maven/2</url>
|
|
||||||
<releases>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.oauth.core</groupId>
|
<groupId>net.oauth.core</groupId>
|
||||||
|
@ -74,7 +59,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.sun.jersey</groupId>
|
<groupId>com.sun.jersey</groupId>
|
||||||
<artifactId>jersey-core</artifactId>
|
<artifactId>jersey-core</artifactId>
|
||||||
<version>1.6</version>
|
<version>1.11</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.inject.extensions</groupId>
|
<groupId>com.google.inject.extensions</groupId>
|
||||||
|
|
Loading…
Reference in New Issue