diff options
author | Rob Daugherty <rd472p@att.com> | 2017-11-09 11:41:46 -0500 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-11-09 11:41:46 -0500 |
commit | feba5c3ff4e1134cd127ce9eed96357d8c841b93 (patch) | |
tree | 78a98a0fd18b61f575c001333b72c9de28563095 /bpmn/MSOMockServer/src/main/webapp/WEB-INF | |
parent | e10ee3d82cfb4bc9be4808bc9536efa43ae9a0e9 (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/src/main/webapp/WEB-INF')
-rw-r--r-- | bpmn/MSOMockServer/src/main/webapp/WEB-INF/jboss-web.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bpmn/MSOMockServer/src/main/webapp/WEB-INF/jboss-web.xml b/bpmn/MSOMockServer/src/main/webapp/WEB-INF/jboss-web.xml deleted file mode 100644 index cca27bb062..0000000000 --- a/bpmn/MSOMockServer/src/main/webapp/WEB-INF/jboss-web.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 5.0//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd"> -<jboss-web> - <security-domain>other</security-domain> - <context-root>/msomock</context-root> -</jboss-web>
\ No newline at end of file |