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 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml index 487378bf13..48ef4287b8 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml @@ -13,14 +13,14 @@ </parent> <modules> - <module>/openecomp-sdc-common-rest</module> - <module>/vendor-license-rest</module> - <module>/onboarding-rest-war</module> - <module>/vendor-software-products-rest</module> - <module>/validation-rest</module> - <module>/action-library-rest</module> - <module>/application-config-rest</module> - <module>/healthcheck-rest</module> + <module>openecomp-sdc-common-rest</module> + <module>vendor-license-rest</module> + <module>onboarding-rest-war</module> + <module>vendor-software-products-rest</module> + <module>validation-rest</module> + <module>action-library-rest</module> + <module>application-config-rest</module> + <module>healthcheck-rest</module> <module>conflict-rest</module> <module>item-permissions-rest</module> <module>item-rest</module> |