Modify package structure and pom file
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / northbound / service / EmsDriverApplication.java
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.onap.nfvo.emsdriver.northbound.service;
+package org.onap.vfc.nfvo.emsdriver.northbound.service;
 
 import io.dropwizard.Application;
 import io.dropwizard.jetty.HttpConnectorFactory;
@@ -28,10 +28,10 @@ import java.util.List;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.onap.nfvo.emsdriver.serviceregister.MsbConfiguration;
-import org.onap.nfvo.emsdriver.serviceregister.MsbRestServiceProxy;
-import org.onap.nfvo.emsdriver.serviceregister.model.MsbRegisterVo;
-import org.onap.nfvo.emsdriver.serviceregister.model.ServiceNodeVo;
+import org.onap.vfc.nfvo.emsdriver.serviceregister.MsbConfiguration;
+import org.onap.vfc.nfvo.emsdriver.serviceregister.MsbRestServiceProxy;
+import org.onap.vfc.nfvo.emsdriver.serviceregister.model.MsbRegisterVo;
+import org.onap.vfc.nfvo.emsdriver.serviceregister.model.ServiceNodeVo;
 
 public class EmsDriverApplication extends Application<EmsDriverConfiguration> {