diff options
author | Rob Daugherty <rd472p@att.com> | 2017-10-19 13:49:11 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-10-19 13:49:11 -0400 |
commit | 6c658bc08c3032bc7820ef39c950cc316434c387 (patch) | |
tree | ccd271c54567be8b14ae49582ed974045bd4e498 /bpmn/pom.xml | |
parent | f2cc7284ebee1ac9159a95a8666467b4d85328f8 (diff) |
Restore MSOMockServer to the build
Classes in this artifact are needed for unit tests.
For a long term solution, we should find a way to
build these classes into a test-scoped artifact.
Issue: SO-242
Change-Id: I1a57fead07250c841a9f59afb805aea26c7bc102
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'bpmn/pom.xml')
-rw-r--r-- | bpmn/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml index b878467e72..4f96cc1ffe 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -31,11 +31,10 @@ <modules> <module>MSOCoreBPMN</module> - <!--<module>MSOMockServer</module> --> + <module>MSOMockServer</module> <module>MSORESTClient</module> <module>MSOCommonBPMN</module> <module>MSOInfrastructureBPMN</module> - <module>MSOURN-plugin</module> <module>MSOCockpit</module> </modules> |