From 025301d08b061482c1f046d562bf017c8cbcfe8d Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 31 Jan 2017 11:40:03 +0100 Subject: Initial OpenECOMP MSO commit Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d Signed-off-by: ChrisC --- mso-api-handlers/pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 mso-api-handlers/pom.xml (limited to 'mso-api-handlers/pom.xml') diff --git a/mso-api-handlers/pom.xml b/mso-api-handlers/pom.xml new file mode 100644 index 0000000000..87d6453fb7 --- /dev/null +++ b/mso-api-handlers/pom.xml @@ -0,0 +1,32 @@ + + 4.0.0 + + org.openecomp + mso + 0.0.4-SNAPSHOT + + + org.openecomp.mso + mso-api-handlers + API Handler + API Handler for MSO + pom + + + mso-requests-db + mso-api-handler-common + mso-api-handler-infra + + + + + org.apache.httpcomponents + httpcore + + + org.apache.httpcomponents + httpclient + + + \ No newline at end of file -- cgit 1.2.3-korg