Repository: cxf Updated Branches: refs/heads/master 86a0bb61d -> 35aa01ca9
[CXF-5809] adding atmosphere profile in systests/jaxws for jaxws websocket tests Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/35aa01ca Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/35aa01ca Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/35aa01ca Branch: refs/heads/master Commit: 35aa01ca9e2a062c80d423c9a5c52a5d64044a4f Parents: 86a0bb6 Author: Akitoshi Yoshida <[email protected]> Authored: Tue Jun 17 15:46:53 2014 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Tue Jun 17 15:47:07 2014 +0200 ---------------------------------------------------------------------- systests/jaxws/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/35aa01ca/systests/jaxws/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jaxws/pom.xml b/systests/jaxws/pom.xml index 825cfa5..74e7cc3 100644 --- a/systests/jaxws/pom.xml +++ b/systests/jaxws/pom.xml @@ -261,5 +261,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>
