aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-04-30 21:54:40 +0300
committerMichael Lando <ml636r@att.com>2018-04-30 21:54:40 +0300
commita6c79101b3ae522b83f9bef17deec3e543bf42ca (patch)
tree044603ad1cf8ceb98b5c56768e8fc7fee3babafc /pom.xml
parent025a1e762676144b055d2f090386d66620096ac8 (diff)
fix compilation at marge
update depandency used to new name space. update the model order to allow use of the common app. Change-Id: I8351afcbf0a91f18207eb725644020669563e453 Issue-ID: SDC-1279 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1f66bfacfd..79ac505210 100644
--- a/pom.xml
+++ b/pom.xml
@@ -390,10 +390,10 @@
</activation>
<modules>
<module>build-tools</module>
- <module>onboarding</module>
- <module>services/activity-spec</module>
<module>security-utils</module>
<module>common-app-api</module>
+ <module>onboarding</module>
+ <module>services/activity-spec</module>
<module>common-be</module>
<module>catalog-dao</module>
<module>catalog-model</module>