From c2b9f61673089a475a9749af8ec642d0ae5aa047 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Wed, 21 Mar 2018 19:08:46 -0400 Subject: Update titan code to janus graph code Issue-ID: AAI-949 Change-Id: I841ac5e1734742af863c6bffd0cc3b1951dfa321 Signed-off-by: Kajur, Harish (vk250x) --- aai-resources/pom.xml | 118 +++++++++++++++++++++++++++++++++++--------------- 1 file changed, 82 insertions(+), 36 deletions(-) (limited to 'aai-resources/pom.xml') diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index e47023c..cd0ce4f 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -80,8 +80,10 @@ 2.0.0.0 2.7.8 16.0 - 1.0.0 - 3.0.1-incubating + 0.2.0 + 3.2.2 + 3.2.2 + 3.2.2 1.0.2 3.0.4 1.1.1 @@ -148,6 +150,9 @@ yyyyMMdd'T'HHmmss + + check + 0.55 @@ -383,9 +388,9 @@ ${google.guava.version} - com.thinkaurelius.titan - titan-core - ${titan.version} + org.janusgraph + janusgraph-core + ${janusgraph.version} org.slf4j @@ -394,9 +399,10 @@ - com.thinkaurelius.titan - titan-cassandra - ${titan.version} + org.janusgraph + janusgraph-hbase-parent + ${janusgraph.version} + pom org.slf4j @@ -405,9 +411,9 @@ - com.thinkaurelius.titan - titan-hbase - ${titan.version} + org.janusgraph + janusgraph-hbase + ${janusgraph.version} org.slf4j @@ -415,11 +421,31 @@ - + + org.janusgraph + janusgraph-cassandra + ${janusgraph.version} + + + org.slf4j + slf4j-log4j12 + + + + + org.apache.tinkerpop + tinkergraph-gremlin + ${gremlin.version} + + + org.apache.tinkerpop + gremlin-core + ${gremlin.version} + org.apache.tinkerpop gremlin-driver - ${gremlin.driver.version} + ${gremlin.version} org.apache.hbase @@ -745,6 +771,11 @@ spring-boot-test test + + org.apache.tinkerpop + gremlin-groovy + ${gremlin.version} + @@ -775,8 +806,8 @@ ${project.basedir}/src/main/resources/etc/appprops/ - titan-realtime.properties - titan-cached.properties + janusgraph-realtime.properties + janusgraph-cached.properties aaiconfig.properties ${project.build.directory}/swm/package/nix/dist_files/opt/app/aai-resources/appconfig @@ -788,6 +819,7 @@ aai-client-cert.p12 tomcat_keystore + aai_policy.json ${project.build.directory}/swm/package/nix/dist_files/opt/app/aai-resources/appconfig @@ -819,33 +851,26 @@ maven-dependency-plugin 2.8 - - copy-agent - process-test-classes - - copy - - unpack-schema-dependency initialize unpack + + + + org.onap.aai.aai-common + aai-schema + ${aai.core.version} + ${project.basedir}/src/main/resources/etc/ + oxm/*.xml + + + + - - - - org.onap.aai.aai-common - aai-schema - ${aai.core.version} - ${project.basedir}/src/main/resources/etc - oxm/*.xml - - - - org.codehaus.groovy.maven @@ -971,6 +996,27 @@ ${project.reporting.outputDirectory}/jacoco + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + @@ -1027,9 +1073,9 @@ - check + ${license.goal.type} - process-sources + initialize -- cgit 1.2.3-korg