diff options
author | Michael Lando <ml636r@att.com> | 2018-04-30 21:54:40 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-04-30 21:54:40 +0300 |
commit | a6c79101b3ae522b83f9bef17deec3e543bf42ca (patch) | |
tree | 044603ad1cf8ceb98b5c56768e8fc7fee3babafc /pom.xml | |
parent | 025a1e762676144b055d2f090386d66620096ac8 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |