From 6ec9d8c6129881e6c789c0e2214d3d548015b299 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Wed, 28 Mar 2018 21:23:13 -0400 Subject: Remove hbase since we are moving to cassandra Issue-ID: AAI-586 Change-Id: I4d7ab3b15c7bf8b231551b6d4503ff2dc4f76143 Signed-off-by: Kajur, Harish (vk250x) --- aai-resources/pom.xml | 84 --------------------------------------------------- 1 file changed, 84 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index cd0ce4fb..2f7c8521 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -398,29 +398,6 @@ - - org.janusgraph - janusgraph-hbase-parent - ${janusgraph.version} - pom - - - org.slf4j - slf4j-log4j12 - - - - - org.janusgraph - janusgraph-hbase - ${janusgraph.version} - - - org.slf4j - slf4j-log4j12 - - - org.janusgraph janusgraph-cassandra @@ -447,67 +424,6 @@ gremlin-driver ${gremlin.version} - - org.apache.hbase - hbase-client - ${hbase.version} - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - - com.sun.jersey - jersey-core - - - com.sun.jersey - jersey-json - - - com.sun.jersey - jersey-server - - - com.sun.jersey.contribs - jersey-guice - - - commons-httpclient - commons-httpclient - - - org.codehaus.jackson - jackson-mapper-asl - - - - - org.apache.hbase - hbase-protocol - ${hbase.version} - - - log4j - log4j - - - - - org.apache.hbase - hbase-common - ${hbase.version} - - - log4j - log4j - - - com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider -- cgit