From 280f8015d06af1f41a3ef12e8300801c7a5e0d54 Mon Sep 17 00:00:00 2001 From: AviZi Date: Fri, 9 Jun 2017 02:39:56 +0300 Subject: [SDC-29] Amdocs OnBoard 1707 initial commit. Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370 Signed-off-by: AviZi --- .../pom.xml | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 common/openecomp-common-configuration-management/pom.xml (limited to 'common/openecomp-common-configuration-management/pom.xml') diff --git a/common/openecomp-common-configuration-management/pom.xml b/common/openecomp-common-configuration-management/pom.xml new file mode 100644 index 0000000000..47e846530a --- /dev/null +++ b/common/openecomp-common-configuration-management/pom.xml @@ -0,0 +1,50 @@ + + 4.0.0 + + openecomp-common-configuration-management + org.openecomp.sdc.common + openecomp-common-configuration-management + pom + + + org.openecomp.sdc.common + openecomp-common-lib + 1.1.0-SNAPSHOT + .. + + + + openecomp-configuration-management-api + openecomp-configuration-management-core + openecomp-configuration-management-cli + openecomp-configuration-management-test + + + + + java.net + http://repo1.maven.org/maven2 + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${mvn.compiler.version} + true + + ${java.source} + ${java.target} + + + + + + -- cgit 1.2.3-korg