Repository: cxf Updated Branches: refs/heads/3.0.x-fixes d609267b8 -> 8edfe4abc
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/910f21e1 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/910f21e1 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/910f21e1 Branch: refs/heads/3.0.x-fixes Commit: 910f21e171dcdb0b3caea0919868acca4793045b Parents: d609267 Author: Sergey Beryozkin <[email protected]> Authored: Wed Mar 4 16:22:07 2015 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Wed Mar 4 16:25:35 2015 +0000 ---------------------------------------------------------------------- rt/rs/client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/910f21e1/rt/rs/client/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml index 0d2ae81..e9cd018 100644 --- a/rt/rs/client/pom.xml +++ b/rt/rs/client/pom.xml @@ -128,7 +128,7 @@ <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> -->
