You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2015/03/04 17:22:31 UTC

cxf git commit: Removing a snapshot rs client test dependency

Repository: cxf
Updated Branches:
  refs/heads/master d2fae2a24 -> a5b1c3353


Removing a snapshot rs client test dependency


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/a5b1c335
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a5b1c335
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a5b1c335

Branch: refs/heads/master
Commit: a5b1c33534d83b4d0696263439d0d1a906b1afe6
Parents: d2fae2a
Author: Sergey Beryozkin <sb...@talend.com>
Authored: Wed Mar 4 16:22:07 2015 +0000
Committer: Sergey Beryozkin <sb...@talend.com>
Committed: Wed Mar 4 16:22:07 2015 +0000

----------------------------------------------------------------------
 rt/rs/client/pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/a5b1c335/rt/rs/client/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml
index aec14ec..acd667c 100644
--- a/rt/rs/client/pom.xml
+++ b/rt/rs/client/pom.xml
@@ -127,14 +127,8 @@
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-jcs-jcache</artifactId>
-          <version>2.0-SNAPSHOT</version>
+          <version>2.0-beta-1</version>
           <scope>test</scope>
         </dependency>
     </dependencies>
-    <repositories>
-      <repository>
-        <id>jboss</id>
-        <url>http://repository.jboss.org/nexus/content/groups/public/</url>  
-      </repository>
-    </repositories>
 </project>