diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-03-07 11:42:21 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-03-07 11:43:09 +0000 |
commit | 3c58fde8c72524579c139f25424c5b583c1070f2 (patch) | |
tree | d429a50e3b76829f375dd559ed4f616605538637 /pom.xml | |
parent | 51b69b3ac37bbad99accf0fa95ef8c101dcc44c4 (diff) |
Fix Aria compilation issue
Disable Aria from pom file to stop build fail.
Issue-ID: SO-448
Change-Id: I071eb8fda068fd53db5d6f57ccb8f1c0c5f0d74f
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ <module>status-control</module> <module>bpmn</module> <module>packages</module> - <module>aria</module> + <!--module>aria</module--> </modules> <properties> <project.mso.base.folder>.</project.mso.base.folder> |