aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOMockServer/WebContent/WEB-INF/jboss-deployment-structure.xml
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2017-11-09 11:41:46 -0500
committerRob Daugherty <rd472p@att.com>2017-11-09 11:41:46 -0500
commitfeba5c3ff4e1134cd127ce9eed96357d8c841b93 (patch)
tree78a98a0fd18b61f575c001333b72c9de28563095 /bpmn/MSOMockServer/WebContent/WEB-INF/jboss-deployment-structure.xml
parente10ee3d82cfb4bc9be4808bc9536efa43ae9a0e9 (diff)
Move unit test mocks to test scoped jar
This commit removes the MSOMockServer artifact. The mocks are now in a test-scoped jar in MSOCommon. Issue: SO-314 Change-Id: Ifbc508c12a56cda329320adf1945c93f31ebe13c Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'bpmn/MSOMockServer/WebContent/WEB-INF/jboss-deployment-structure.xml')
-rw-r--r--bpmn/MSOMockServer/WebContent/WEB-INF/jboss-deployment-structure.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/bpmn/MSOMockServer/WebContent/WEB-INF/jboss-deployment-structure.xml b/bpmn/MSOMockServer/WebContent/WEB-INF/jboss-deployment-structure.xml
deleted file mode 100644
index fb268917f2..0000000000
--- a/bpmn/MSOMockServer/WebContent/WEB-INF/jboss-deployment-structure.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<jboss-deployment-structure>
- <deployment>
- <!-- Exclusions allow you to prevent the server from automatically adding some dependencies -->
- <exclusions>
- <module name="org.apache.log4j" />
- <module name="org.slf4j" />
- <module name="org.slf4j.impl" />
- <module name="org.jboss.resteasy.resteasy-jackson-provider" />
- <module name="org.jboss.resteasy.resteasy-jettison-provider" />
- </exclusions>
- <dependencies>
- <module name="org.jboss.jandex" slot="main" />
- <module name="org.javassist" slot="main" />
- <module name="org.antlr" slot="main" />
- <module name="org.dom4j" slot="main" />
- <module name="org.jboss.resteasy.resteasy-jackson2-provider" services="import" />
- <!-- This module contain the ProviderBase class: -->
- <module name="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" export="true" />
- </dependencies>
- </deployment>
-</jboss-deployment-structure>