From 2df01453c7e4cd35c41c6185dc2ea34710b29b7f Mon Sep 17 00:00:00 2001 From: lj1412 Date: Tue, 14 Feb 2017 15:12:22 +0000 Subject: Init dcae.operation Change-Id: Ia36372d0fb3ba0b960b32a50d656a0e7035bdcac Signed-off-by: lj1412 --- operation-utils/pom.xml | 140 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 operation-utils/pom.xml (limited to 'operation-utils/pom.xml') diff --git a/operation-utils/pom.xml b/operation-utils/pom.xml new file mode 100644 index 0000000..5486f67 --- /dev/null +++ b/operation-utils/pom.xml @@ -0,0 +1,140 @@ + + 4.0.0 + org.openecomp.dcae.operation + operation-utils + 0.1.0-SNAPSHOT + + + UTF-8 + 1.7 + 1.7 + + + + + + + JCenter + JCenter Repository + http://jcenter.bintray.com + + + + Restlet + Restlet Repository + http://maven.restlet.com + + + + + + + com.blackducksoftware.integration + hub-maven-plugin + 1.4.0 + false + + ${project.name} + ${project.basedir} + + + + create-bdio-file + package + + createHubOutput + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + + com.blackducksoftware.integration + hub-maven-plugin + 1.4.0 + false + + ${project.name} + ${project.basedir} + + + + create-bdio-file + package + + createHubOutput + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + + + + com.att.eelf + eelf-core + 0.0.1 + + + org.slf4j + slf4j-api + 1.7.6 + + + + + org.yaml + snakeyaml + 1.15 + + + + + + org.openecomp.ncomp.utils + ncomp-utils-java + ${project.version} + + + org.codehaus.groovy + groovy-all + 2.4.3 + + + + + org.openecomp.ncomp.maven + ncomp-maven-base + 0.1.0-SNAPSHOT + ../../dcae-org.openecomp.ncomp.maven/ncomp-maven-base + + -- cgit 1.2.3-korg