summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBoslet, Cory <cory.boslet@att.com>2020-07-06 09:58:17 -0400
committerBenjamin, Max (mb388a) <mb388a@att.com>2020-07-06 09:58:17 -0400
commitb7c956f3fa521e2031a7b7051ba2f42e6ac30cf5 (patch)
tree342aa19a7a86684b69500eef3313eaaa9cb2e87a /pom.xml
parent47cb76e07dd671bab171432141fa89f6c2a1c95f (diff)
Moved sniro and oof clients into their own project
Moved sniro and oof clients into their own project Remove methods that arnt used to avoid comp error Refactored the conductor call to not use the urn property reader so that we dont have to import bpmn core. Replaced the auth method and removed unused import. Issue-ID: SO-3021 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie281ef95fef984890b10297f434b8336e9017921
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ae743ac383..2556f32c56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,7 @@
<module>mso-api-handlers</module>
<module>adapters</module>
<module>asdc-controller</module>
+ <module>so-optimization-clients</module>
<module>bpmn</module>
<module>cloudify-client</module>
<module>cxf-logging</module>