fix compilation at marge 07/45307/1
authorMichael Lando <ml636r@att.com>
Mon, 30 Apr 2018 18:54:40 +0000 (21:54 +0300)
committerMichael Lando <ml636r@att.com>
Mon, 30 Apr 2018 18:54:40 +0000 (21:54 +0300)
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>
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/services/VnfPackageRepositoryImpl.java
pom.xml

index 1829ceb..0cb3f75 100644 (file)
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.openecomp.sdc.common</groupId>
-            <artifactId>openecomp-configuration-management-api</artifactId>
+            <groupId>org.onap.sdc.common</groupId>
+            <artifactId>onap-configuration-management-api</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.openecomp.sdc.common</groupId>
-            <artifactId>openecomp-configuration-management-core</artifactId>
+            <groupId>org.onap.sdc.common</groupId>
+            <artifactId>onap-configuration-management-core</artifactId>
             <version>${project.version}</version>
             <scope>runtime</scope>
         </dependency>
index 439fd14..3043200 100644 (file)
@@ -29,8 +29,8 @@ import javax.inject.Named;
 import javax.ws.rs.core.Response;
 
 import org.apache.http.HttpStatus;
-import org.openecomp.config.api.Configuration;
-import org.openecomp.config.api.ConfigurationManager;
+import org.onap.config.api.Configuration;
+import org.onap.config.api.ConfigurationManager;
 import org.openecomp.sdc.common.http.client.api.HttpRequest;
 import org.openecomp.sdc.common.http.client.api.HttpResponse;
 import org.openecomp.sdc.logging.api.Logger;
diff --git a/pom.xml b/pom.xml
index 1f66bfa..79ac505 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             </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>