From a6c79101b3ae522b83f9bef17deec3e543bf42ca Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Mon, 30 Apr 2018 21:54:40 +0300 Subject: 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 --- .../sdcrests/vsp/rest/services/VnfPackageRepositoryImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/src') diff --git a/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 b/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 index 439fd1475f..30432008de 100644 --- a/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 +++ b/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 @@ -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; -- cgit 1.2.3-korg