diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-04-23 08:44:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-23 08:44:47 +0000 |
commit | 58dd35b739d5a141467866580b95e30aff03b4f2 (patch) | |
tree | 5a5cf259d8fd6ed26678a35373409a4beb1b073f /bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml | |
parent | b38bdc6dfe05d2a233a63cf21784864fae3fb818 (diff) | |
parent | 0b027e2bd2a1d7a533e4bf439f0d9e2d67dddc2c (diff) |
Merge "Added canceling subsription to pnf-pnp workflow"
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>
|