From 451a3400b76511393c62a444f588a4ed15f4a549 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 19 Feb 2017 10:28:42 +0200 Subject: Initial OpenECOMP SDC commit Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b Signed-off-by: Michael Lando --- catalog-model/pom.xml | 267 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 267 insertions(+) create mode 100644 catalog-model/pom.xml (limited to 'catalog-model/pom.xml') diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml new file mode 100644 index 0000000000..32116b2370 --- /dev/null +++ b/catalog-model/pom.xml @@ -0,0 +1,267 @@ + + + 4.0.0 + + org.openecomp.sdc.be + catalog-model + + + + org.openecomp.sdc + sdc-main + 1.0.0-SNAPSHOT + + + + + + + + + org.openecomp.sdc + common-app-api + ${common-app-api.version} + provided + + + org.openecomp.sdc.be + common-be + ${common-be.version} + provided + + + + ch.qos.logback + logback-classic + provided + + + + ch.qos.logback + logback-core + provided + + + + + org.openecomp.sdc.be + catalog-dao + ${catalog-dao.version} + provided + + + + + com.google.guava + guava + ${guava.version} + provided + + + + org.functionaljava + functionaljava + provided + + + + javax.servlet + servlet-api + provided + + + + + org.springframework + spring-beans + provided + + + + org.springframework + spring-context + provided + + + + javax.validation + validation-api + 1.1.0.Final + + + + org.hibernate + hibernate-validator + 5.3.4.Final + + + + + com.google.code.gson + gson + provided + + + + + com.thinkaurelius.titan + titan-core + ${titan.version} + provided + + + org.json + json + + + slf4j-log4j12 + org.slf4j + + + + + + com.thinkaurelius.titan + titan-cassandra + ${titan.version} + provided + + + slf4j-log4j12 + org.slf4j + + + + + + + org.apache.commons + commons-lang3 + provided + + + + + org.apache.httpcomponents + httpclient + provided + + + + org.apache.httpcomponents + httpcore + provided + + + + + com.datastax.cassandra + cassandra-driver-core + ${cassandra.driver.version} + provided + + + com.datastax.cassandra + cassandra-driver-mapping + ${cassandra.driver.version} + provided + + + + + + + + + + junit + junit + test + + + + org.mockito + mockito-all + test + + + + org.springframework + spring-test + test + + + + org.aspectj + aspectjrt + 1.7.4 + test + + + + org.aspectj + aspectjweaver + 1.7.4 + test + + + + org.springframework + spring-web + test + + + + org.springframework + spring-tx + test + 4.0.7.RELEASE + + + + org.apache.commons + commons-jci-core + test + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.7 + + true + + + + + + + Fortify + + false + + + + + + com.fortify.ps.maven.plugin + sca-maven-plugin + 4.30 + + 1.8 + ${project.parent.artifactId} + ${project.parent.artifactId} + + + + + + + -- cgit 1.2.3-korg