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 --- .../webapp/WEB-INF/jboss-deployment-structure.xml | 31 ------- .../src/main/webapp/WEB-INF/jboss-web.xml | 26 ------ bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/web.xml | 102 --------------------- 3 files changed, 159 deletions(-) delete mode 100644 bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/jboss-deployment-structure.xml delete mode 100644 bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/jboss-web.xml delete mode 100644 bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/web.xml (limited to 'bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF') diff --git a/bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/jboss-deployment-structure.xml deleted file mode 100644 index 130f95e171..0000000000 --- a/bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/jboss-deployment-structure.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - diff --git a/bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/jboss-web.xml b/bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/jboss-web.xml deleted file mode 100644 index 42717c5a76..0000000000 --- a/bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/jboss-web.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - other - /mso - diff --git a/bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/web.xml b/bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index e046d1512d..0000000000 --- a/bpmn/MSOGammaBPMN/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,102 +0,0 @@ - - - - - MSO Gamma BPMN Workflow Servlet - - - - - resteasy-servlet - org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher - - javax.ws.rs.Application - org.openecomp.mso.bpmn.gamma.workflow.service.WorkflowResourceApplication - - - - - resteasy-servlet - /* - - - - - mso.configuration - - - - - log.configuration - logback.bpmn.xml - - - - resteasy.resources - org.openecomp.mso.logger.MsoLoggingServlet,org.openecomp.mso.bpmn.core.HealthCheckHandler - - - - LogFilter - org.openecomp.mso.logger.LogFilter - - - - LogFilter - /* - - - - - HTTPBasicAuth - Authentication for Client Apps - /workflow/* - GET - POST - - - BPMN-Client - - - - - BASIC - ApplicationRealm - - - - BPMN-Client - - - -- cgit 1.2.3-korg