From b6b7bef8bdcad15af01ac88a038dd763ce59f68f Mon Sep 17 00:00:00 2001 From: xg353y Date: Tue, 11 Apr 2017 13:30:42 +0200 Subject: [MSO-8] Update the maven dependency Update the maven depenency for sdc-distribution-client to cooperate with the sdc changes. Change-Id: I2da936e5c40cb68c7181bb78307192dd5655b5dc Signed-off-by: xg353y --- adapters/mso-sdnc-adapter/WebContent/WEB-INF/web.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'adapters/mso-sdnc-adapter/WebContent/WEB-INF/web.xml') diff --git a/adapters/mso-sdnc-adapter/WebContent/WEB-INF/web.xml b/adapters/mso-sdnc-adapter/WebContent/WEB-INF/web.xml index bb58197bf1..cce3f14ff9 100644 --- a/adapters/mso-sdnc-adapter/WebContent/WEB-INF/web.xml +++ b/adapters/mso-sdnc-adapter/WebContent/WEB-INF/web.xml @@ -4,7 +4,7 @@ check.html - + resteasy.jndi.resources java:module/MsoPropertiesFactory,java:module/CloudConfigFactory @@ -23,7 +23,7 @@ resteasy.resources - org.openecomp.mso.logger.MsoLoggingServlet,org.openecomp.mso.adapters.sdnc.notify.SDNCNotifyResource,org.openecomp.mso.adapters.sdnc.impl.SDNCAdapterRestImpl,org.openecomp.mso.MsoStatusHandler + org.openecomp.mso.logger.MsoLoggingServlet,org.openecomp.mso.adapters.sdnc.notify.SDNCNotifyResource,org.openecomp.mso.adapters.sdnc.impl.SDNCAdapterRestImpl,org.openecomp.mso.MsoStatusHandler,org.openecomp.mso.adapters.sdnc.sdncrest.SNIROResponse,org.openecomp.mso.adapters.sdnc.sdncrest.SDNCAdapterRest resteasy.servlet.mapping.prefix @@ -78,6 +78,7 @@ SDNCNotification Rest Async Notification from SDNC /rest/SDNCNotify + /rest/SDNCNotify/* POST @@ -86,9 +87,10 @@ - SoapRequests + SDNCRequests Soap Ingress Requests /SDNCAdapter + /rest/v1/sdnc/* POST -- cgit 1.2.3-korg