diff options
Diffstat (limited to 'ecomp-portal-BE-os/pom.xml')
-rw-r--r-- | ecomp-portal-BE-os/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ecomp-portal-BE-os/pom.xml b/ecomp-portal-BE-os/pom.xml index 1e4b4922..2cf1af23 100644 --- a/ecomp-portal-BE-os/pom.xml +++ b/ecomp-portal-BE-os/pom.xml @@ -116,15 +116,15 @@ </manifestEntries> </archive> <overlays> - <!-- specify the order in which these should be applied --> - <overlay> - <groupId>org.openecomp.ecompsdkos</groupId> - <artifactId>epsdk-app-overlay</artifactId> - </overlay> + <!-- specify the order in which these should be applied --> <overlay> <groupId>org.openecomp.portal</groupId> <artifactId>ecompportal-be-common</artifactId> </overlay> + <overlay> + <groupId>org.openecomp.ecompsdkos</groupId> + <artifactId>epsdk-app-overlay</artifactId> + </overlay> </overlays> </configuration> </plugin> |