diff options
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml index 9970dfbdfd..d44e0c8b98 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml @@ -22,8 +22,12 @@ <module>/validation-rest</module> <module>/action-library-rest</module> <module>/application-config-rest</module> - <module>/activity-log-rest</module> <module>/healthcheck-rest</module> + <module>conflict-rest</module> + <module>item-permissions-rest</module> + <module>item-rest</module> + <module>notifications-fe</module> + <module>notifications-rest</module> </modules> </project> |