Repository: cxf Updated Branches: refs/heads/master 20d61c8c0 -> ed0ab4cb9
profile atmosphere to run jaxrs websocket tests using atmosphere Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/ed0ab4cb Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ed0ab4cb Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ed0ab4cb Branch: refs/heads/master Commit: ed0ab4cb9a9b9088eae32cabfbdfe946c17f9eb2 Parents: 20d61c8 Author: Akitoshi Yoshida <[email protected]> Authored: Mon Mar 24 23:40:39 2014 +0100 Committer: Akitoshi Yoshida <[email protected]> Committed: Mon Mar 24 23:40:39 2014 +0100 ---------------------------------------------------------------------- systests/jaxrs/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/ed0ab4cb/systests/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml index b51e50e..6f66d90 100644 --- a/systests/jaxrs/pom.xml +++ b/systests/jaxrs/pom.xml @@ -504,5 +504,15 @@ </dependency> </dependencies> </profile> + <profile> + <id>atmosphere</id> + <dependencies> + <dependency> + <groupId>org.atmosphere</groupId> + <artifactId>atmosphere-runtime</artifactId> + <version>${cxf.atmosphere.version}</version> + </dependency> + </dependencies> + </profile> </profiles> </project>
