Repository: cxf Updated Branches: refs/heads/master bbb862680 -> 5f49a3e06
Add websocket back in Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/5f49a3e0 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/5f49a3e0 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/5f49a3e0 Branch: refs/heads/master Commit: 5f49a3e06a2745d8bfa554639e8229bd36c8ebf1 Parents: bbb8626 Author: Daniel Kulp <[email protected]> Authored: Tue Apr 1 10:30:49 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Tue Apr 1 10:30:49 2014 -0400 ---------------------------------------------------------------------- rt/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/5f49a3e0/rt/pom.xml ---------------------------------------------------------------------- diff --git a/rt/pom.xml b/rt/pom.xml index 1a7b0ad..8472491 100644 --- a/rt/pom.xml +++ b/rt/pom.xml @@ -50,6 +50,7 @@ <module>transports/http-netty/netty-client</module> <module>transports/jms</module> <module>transports/udp</module> + <module>transports/websocket</module> <module>ws/policy</module> <module>ws/addr</module> <module>ws/security</module>
