add HBase storage to distribution
Project: http://git-wip-us.apache.org/repos/asf/mina-vysper/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-vysper/commit/39f8518d Tree: http://git-wip-us.apache.org/repos/asf/mina-vysper/tree/39f8518d Diff: http://git-wip-us.apache.org/repos/asf/mina-vysper/diff/39f8518d Branch: refs/heads/master Commit: 39f8518d35db76fd903117d42ba03d995429f2cf Parents: 843a6d6 Author: Bernd Fondermann <[email protected]> Authored: Fri Jul 5 23:12:14 2013 +0200 Committer: Bernd Fondermann <[email protected]> Committed: Fri Jul 5 23:12:14 2013 +0200 ---------------------------------------------------------------------- dist/pom.xml | 5 +++++ pom.xml | 15 +++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-vysper/blob/39f8518d/dist/pom.xml ---------------------------------------------------------------------- diff --git a/dist/pom.xml b/dist/pom.xml index 8cf334c..558ee71 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -77,6 +77,11 @@ </dependency> <dependency> + <groupId>org.apache.vysper.storage</groupId> + <artifactId>vysper-hbase</artifactId> + </dependency> + + <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/mina-vysper/blob/39f8518d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0343a6f..1b8745b 100644 --- a/pom.xml +++ b/pom.xml @@ -206,11 +206,22 @@ </dependency> <dependency> - <groupId>org.apache.vysper</groupId> - <artifactId>vysper-admin-console</artifactId> + <groupId>org.apache.vysper.storage</groupId> + <artifactId>vysper-jcr</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.vysper.storage</groupId> + <artifactId>vysper-hbase</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.vysper.extensions</groupId> + <artifactId>vysper-websockets</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.eclipse.jetty</groupId>
