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/mso-api-handler-common/pom.xml | 109 ++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 mso-api-handlers/mso-api-handler-common/pom.xml (limited to 'mso-api-handlers/mso-api-handler-common/pom.xml') diff --git a/mso-api-handlers/mso-api-handler-common/pom.xml b/mso-api-handlers/mso-api-handler-common/pom.xml new file mode 100644 index 0000000000..b9d622d08c --- /dev/null +++ b/mso-api-handlers/mso-api-handler-common/pom.xml @@ -0,0 +1,109 @@ + + 4.0.0 + + + org.openecomp.mso + mso-api-handlers + 0.0.4-SNAPSHOT + + + + org.openecomp.mso + mso-api-handler-common + + ECOMP MSO API Handler common + ECOMP MSO API Handler common classes + + UTF-8 + UTF-8 + + + + + org.jboss.resteasy + resteasy-jaxrs + 3.0.19.Final + provided + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + + + org.apache.httpcomponents + httpclient + + + + + + commons-io + commons-io + + + + org.apache.httpcomponents + httpcore + + + + org.apache.httpcomponents + httpclient + + + + javax + javaee-web-api + 6.0 + provided + + + + + javax.activation + activation + 1.1.1 + provided + + + + org.codehaus.jackson + jackson-core-asl + 1.9.13 + + + org.codehaus.jackson + jackson-mapper-asl + 1.9.13 + + + + org.openecomp.mso + mso-catalog-db + ${project.version} + + + + org.openecomp.mso + mso-requests-db + ${project.version} + + + + org.mockito + mockito-core + 1.10.19 + test + + + + ${project.artifactId}-${project.version} + + + jar + \ No newline at end of file -- cgit 1.2.3-korg