From 0aa0bd03e1758ee74b76d236eec8bcb10017318b Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 15 Aug 2017 10:48:28 -0400 Subject: [AAI-171 Amsterdam] Move rest.db to aai-common Change-Id: I7d0c8b64e5e3249128b158353a98d4fb482d92db Signed-off-by: Venkata Harish K Kajur --- aai-core/pom.xml | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'aai-core/pom.xml') diff --git a/aai-core/pom.xml b/aai-core/pom.xml index ea1283dd..efbb12d2 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -24,6 +24,7 @@ ${project.version} v11 https://wiki.onap.org/ + 1.0.2 @@ -288,6 +289,11 @@ jersey-client 1.18 + + com.sun.jersey + jersey-json + 1.18 + javax.ws.rs javax.ws.rs-api @@ -371,7 +377,7 @@ org.apache.hbase hbase-client - 0.98.4-hadoop2 + ${hbase.version} org.slf4j @@ -386,7 +392,7 @@ org.apache.hbase hbase-protocol - 0.98.4-hadoop2 + ${hbase.version} log4j @@ -397,7 +403,7 @@ org.apache.hbase hbase-common - 0.98.4-hadoop2 + ${hbase.version} log4j @@ -410,7 +416,6 @@ activemq-broker 5.14.4 - com.opencsv opencsv @@ -426,6 +431,21 @@ jolt-complete 0.0.24 + + com.github.fge + json-patch + 1.9 + + + com.att.nsa + dmaapClient + 0.2.12 + + + org.apache.camel + camel-jms + 2.15.5 + org.mockito mockito-all -- cgit 1.2.3-korg