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 --- adapters/mso-requests-db-adapter/pom.xml | 96 ++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 adapters/mso-requests-db-adapter/pom.xml (limited to 'adapters/mso-requests-db-adapter/pom.xml') diff --git a/adapters/mso-requests-db-adapter/pom.xml b/adapters/mso-requests-db-adapter/pom.xml new file mode 100644 index 0000000000..b14cde1657 --- /dev/null +++ b/adapters/mso-requests-db-adapter/pom.xml @@ -0,0 +1,96 @@ + + 4.0.0 + + org.openecomp.mso + adapters + 0.0.4-SNAPSHOT + + + org.openecomp.mso.adapters + mso-requests-db-adapter + war + + + + + + org.openecomp.mso + mso-requests-db + ${project.version} + + + org.jboss.resteasy + resteasy-jaxrs + 3.0.19.Final + provided + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + + + org.apache.httpcomponents + httpclient + + + + + org.openecomp.mso + status-control + ${project.version} + + + + + + ${project.artifactId}-${project.version} + + + + maven-war-plugin + 2.4 + + WebContent + false + true + + + + + org.jvnet.jax-ws-commons + jaxws-maven-plugin + 2.3 + + + + wsgen + + + + + true + org.openecomp.mso.adapters.requestsdb.MsoRequestsDbAdapterImpl + true + true + + + + com.sun.xml.ws + jaxws-tools + 2.2.7 + + + org.openecomp.mso.adapters + mso-adapter-utils + ${project.version} + + + + + + \ No newline at end of file -- cgit 1.2.3-korg