From 5b593496b8f1b8e8be8d7d2dbcc223332e65a49b Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 29 Jul 2018 16:13:45 +0300 Subject: re base code Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5 Issue-ID: SDC-1566 Signed-off-by: Michael Lando --- catalog-dao/pom.xml | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) (limited to 'catalog-dao/pom.xml') diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index b0ffa4ce45..c6b0e41db1 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.openecomp.sdc.be @@ -19,7 +19,7 @@ ${project.version} provided - + org.openecomp.sdc.be common-be @@ -30,7 +30,7 @@ ch.qos.logback logback-classic - ${logback.version} + ${logback.version} provided @@ -83,7 +83,19 @@ - com.fasterxml.jackson.core + org.springframework + spring-aop + ${spring.version} + + + + org.springframework + spring-tx + ${spring.version} + + + + com.fasterxml.jackson.core jackson-databind ${jackson.version} @@ -100,7 +112,7 @@ ${json-simple.version} provided - + org.apache.lucene lucene-regex @@ -151,7 +163,7 @@ org.apache.httpcomponents httpclient - ${httpclient.version} + ${httpclient.version} provided @@ -204,13 +216,6 @@ test - - org.springframework - spring-aop - ${spring.version} - test - - com.thinkaurelius.titan @@ -231,7 +236,7 @@ org.onap.sdc.sdc-titan-cassandra - sdc-titan-cassandra + sdc-titan-cassandra ${sdc.titan.version} provided @@ -264,13 +269,13 @@ provided - + - org.eclipse.m2e @@ -307,4 +312,4 @@ - + \ No newline at end of file -- cgit 1.2.3-korg