diff options
author | biniek <lukasz.biniek@nokia.com> | 2018-04-19 15:02:18 +0200 |
---|---|---|
committer | biniek <lukasz.biniek@nokia.com> | 2018-04-19 15:12:59 +0200 |
commit | 0b027e2bd2a1d7a533e4bf439f0d9e2d67dddc2c (patch) | |
tree | 6239b17334084ac59f5d47e56704176d699fc5cb /bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml | |
parent | 6c9f839aa8e8dd848eb10216713490a17726c86c (diff) |
Added canceling subsription to pnf-pnp workflow
Change-Id: I0997943668b29a89565bbf83a40462a690d4a414
Issue-ID: SO-506
Signed-off-by: biniek <lukasz.biniek@nokia.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml index e262495537..fb5fc66309 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml +++ b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml @@ -50,6 +50,8 @@ </context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
+ </listener>
+ <listener>
<listener-class>org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap</listener-class>
</listener>
|