From 94ee92559b051f2f82ed681f841f4f13016842ed Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Tue, 2 May 2017 03:53:18 -0700 Subject: [MSO-8] Second step of the rebase for MSO Second rebase containing additional features for MSO + total reworking of the BPMN structure + Notification flow can now be added at the end of some BPMN flows Change-Id: I7e937c7a0ba1593ca85e164a093f79c7e38b6ce0 Signed-off-by: Determe, Sebastien (sd378r) --- adapters/mso-vnf-adapter-async-client/pom.xml | 180 +++++++++++++------------- 1 file changed, 90 insertions(+), 90 deletions(-) (limited to 'adapters/mso-vnf-adapter-async-client') diff --git a/adapters/mso-vnf-adapter-async-client/pom.xml b/adapters/mso-vnf-adapter-async-client/pom.xml index d00044ed4b..27e555b815 100644 --- a/adapters/mso-vnf-adapter-async-client/pom.xml +++ b/adapters/mso-vnf-adapter-async-client/pom.xml @@ -1,91 +1,91 @@ - - 4.0.0 - - org.openecomp.mso - adapters + + 4.0.0 + + org.openecomp.mso + adapters 1.1.0-SNAPSHOT - - org.openecomp.mso.adapters - mso-vnf-adapter-async-client - jar - mso-vnf-adapter-async-client - MSO VNF Adapter Async Client - - - ${project.artifactId}-${project.version} - - - maven-jar-plugin - 2.6 - - target/classes - - - - org.jvnet.jax-ws-commons - jaxws-maven-plugin - 2.3 - - - generate-stubs - process-classes - - wsimport - - - - -Djavax.xml.accessExternalSchema=all - - src/main/resources - - VnfAdapterNotify.wsdl - - /VnfAdapterNotify.wsdl - org.openecomp.mso.adapters.vnf.async.client - false - true - - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.jvnet.jax-ws-commons - - - jaxws-maven-plugin - - - [2.3,) - - - wsimport - - - - - - - - - - - - - - - + + org.openecomp.mso.adapters + mso-vnf-adapter-async-client + jar + mso-vnf-adapter-async-client + MSO VNF Adapter Async Client + + + ${project.artifactId}-${project.version} + + + maven-jar-plugin + 2.6 + + target/classes + + + + org.jvnet.jax-ws-commons + jaxws-maven-plugin + 2.3 + + + generate-stubs + process-classes + + wsimport + + + + -Djavax.xml.accessExternalSchema=all + + src/main/resources + + VnfAdapterNotify.wsdl + + /VnfAdapterNotify.wsdl + org.openecomp.mso.adapters.vnf.async.client + false + true + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.jvnet.jax-ws-commons + + + jaxws-maven-plugin + + + [2.3,) + + + wsimport + + + + + + + + + + + + + + + -- cgit 1.2.3-korg