mirror of https://github.com/apache/jclouds.git
force resteasy into snapshot repo until ci is fixed
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2539 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
43decc0b40
commit
7300c0db77
|
@ -59,7 +59,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jboss.resteasy</groupId>
|
<groupId>org.jboss.resteasy</groupId>
|
||||||
<artifactId>resteasy-jaxrs-client</artifactId>
|
<artifactId>resteasy-jaxrs-client</artifactId>
|
||||||
<version>1.1.GA</version>
|
<version>1.1.GA-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.code.guice</groupId>
|
<groupId>com.google.code.guice</groupId>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.jboss.resteasy</groupId>
|
<groupId>org.jboss.resteasy</groupId>
|
||||||
<artifactId>resteasy-jaxrs-client</artifactId>
|
<artifactId>resteasy-jaxrs-client</artifactId>
|
||||||
<version>1.1.GA</version>
|
<version>1.1.GA-SNAPSHOT</version>
|
||||||
<name>RESTEasy JAX-RS Client Implementation</name>
|
<name>RESTEasy JAX-RS Client Implementation</name>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue