From 2e984294ac28c6f2ede290c38164c5d536ccaf4a Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 31 Jan 2017 13:57:24 +0100 Subject: Initial OpenECOMP MSO OpenStack SDK lib commit Change-Id: Ieaacb2b2c0dcc469669880e73f0cda9fa59a6c5a Signed-off-by: ChrisC --- openstack-examples/pom.xml | 84 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 openstack-examples/pom.xml (limited to 'openstack-examples/pom.xml') diff --git a/openstack-examples/pom.xml b/openstack-examples/pom.xml new file mode 100644 index 0000000..9aee3b3 --- /dev/null +++ b/openstack-examples/pom.xml @@ -0,0 +1,84 @@ + + 4.0.0 + + org.openecomp.mso + openstack-java-sdk + 1.0.0-SNAPSHOT + + org.openecomp.mso.libs.openstack-java-sdk + openstack-examples + OpenStack Examples + OpenStack Examples + + + org.openecomp.mso + keystone-client + 1.0.0-SNAPSHOT + + + org.openecomp.mso + nova-client + 1.0.0-SNAPSHOT + + + org.openecomp.mso + heat-client + 1.0.0-SNAPSHOT + + + org.openecomp.mso + swift-client + 1.0.0-SNAPSHOT + + + org.openecomp.mso + quantum-client + 1.0.0-SNAPSHOT + + + org.openecomp.mso + ceilometer-client + 1.0.0-SNAPSHOT + + + org.openecomp.mso + glance-client + 1.0.0-SNAPSHOT + + + + + jersey + + + org.openecomp.mso + jersey-connector + 3.0.0-SNAPSHOT + + + + + jersey2 + + true + + + + org.openecomp.mso + jersey2-connector + 3.1.0-SNAPSHOT + + + + + resteasy + + + org.openecomp.mso + resteasy-connector + 3.1.0-SNAPSHOT + + + + + \ No newline at end of file -- cgit 1.2.3-korg