diff options
author | xg353y <xg353y@intl.att.com> | 2017-04-11 13:30:42 +0200 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2017-04-11 15:34:19 +0200 |
commit | b6b7bef8bdcad15af01ac88a038dd763ce59f68f (patch) | |
tree | 399d39da23aaa37701e487df064e3e0c27709ef3 /adapters/mso-sdnc-adapter/WebContent | |
parent | 19340cad94eeaa1b580f7c0c99531de499e8ca14 (diff) |
[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 <xg353y@intl.att.com>
Diffstat (limited to 'adapters/mso-sdnc-adapter/WebContent')
-rw-r--r-- | adapters/mso-sdnc-adapter/WebContent/WEB-INF/web.xml | 8 |
1 files changed, 5 insertions, 3 deletions
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 @@ <welcome-file-list> <welcome-file>check.html</welcome-file> </welcome-file-list> - + <context-param> <param-name>resteasy.jndi.resources</param-name> <param-value>java:module/MsoPropertiesFactory,java:module/CloudConfigFactory</param-value> @@ -23,7 +23,7 @@ </context-param> <context-param> <param-name>resteasy.resources</param-name> - <param-value>org.openecomp.mso.logger.MsoLoggingServlet,org.openecomp.mso.adapters.sdnc.notify.SDNCNotifyResource,org.openecomp.mso.adapters.sdnc.impl.SDNCAdapterRestImpl,org.openecomp.mso.MsoStatusHandler</param-value> + <param-value>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</param-value> </context-param> <context-param> <param-name>resteasy.servlet.mapping.prefix</param-name> @@ -78,6 +78,7 @@ <web-resource-name>SDNCNotification</web-resource-name> <description>Rest Async Notification from SDNC</description> <url-pattern>/rest/SDNCNotify</url-pattern> + <url-pattern>/rest/SDNCNotify/*</url-pattern> <http-method>POST</http-method> </web-resource-collection> <auth-constraint> @@ -86,9 +87,10 @@ </security-constraint> <security-constraint> <web-resource-collection> - <web-resource-name>SoapRequests</web-resource-name> + <web-resource-name>SDNCRequests</web-resource-name> <description>Soap Ingress Requests</description> <url-pattern>/SDNCAdapter</url-pattern> + <url-pattern>/rest/v1/sdnc/*</url-pattern> <http-method>POST</http-method> </web-resource-collection> <auth-constraint> |