From 38f720752af4d4aad8c4e467a288d9048659f688 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Wed, 14 Mar 2018 02:07:32 -0400 Subject: AT&T 1712 and 1802 release code This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty --- cloudify-client/pom.xml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 cloudify-client/pom.xml (limited to 'cloudify-client/pom.xml') diff --git a/cloudify-client/pom.xml b/cloudify-client/pom.xml new file mode 100644 index 0000000000..f87ee3ccd9 --- /dev/null +++ b/cloudify-client/pom.xml @@ -0,0 +1,53 @@ + + 4.0.0 + + org.onap.so + so + 1.2.0-SNAPSHOT + + + org.onap.so + cloudify-client + jar + Cloudify Rest Client + Java client for Cloudify REST interface + + + ${project.artifactId}-${project.version} + + + maven-jar-plugin + 2.6 + + target/classes + + + + + + + + org.onap.so + common + ${project.version} + + + org.apache.httpcomponents + httpcore + 4.3.1 + + + org.apache.httpcomponents + httpclient + 4.3.1 + + + commons-lang + commons-lang + 2.6 + + + + + -- cgit 1.2.3-korg