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 --- common-be/pom.xml | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 common-be/pom.xml (limited to 'common-be/pom.xml') diff --git a/common-be/pom.xml b/common-be/pom.xml new file mode 100644 index 0000000000..9d27eb8338 --- /dev/null +++ b/common-be/pom.xml @@ -0,0 +1,116 @@ + + 4.0.0 + + org.openecomp.sdc.be + common-be + + + org.openecomp.sdc + sdc-main + 1.0.0-SNAPSHOT + + + + + 1.7.4 + 5.3.4.Final + 2.3.5 + 4.10.2 + 1.9.0 + 3.0.3 + 1.9.2 + + + + + + + org.openecomp.sdc + common-app-api + ${common-app-api.version} + provided + + + ch.qos.logback + logback-classic + provided + + + + ch.qos.logback + logback-core + provided + + + + org.slf4j + slf4j-api + provided + + + + org.codehaus.jackson + jackson-core-asl + ${codehaus.jackson.core} + provided + + + + com.google.guava + guava + ${guava.version} + provided + + + + + junit + junit + test + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + fr.fastconnect + plantuml-maven-plugin + [1.0.0,) + + plant + + + + + + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.7 + + true + + + + + + -- cgit 1.2.3-korg