Modify package structure and pom file
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / configmgr / ConfigurationInterface.java
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.onap.nfvo.emsdriver.configmgr;
+package org.onap.vfc.nfvo.emsdriver.configmgr;
 
 import java.util.List;
 import java.util.Properties;
 
-import org.onap.nfvo.emsdriver.commons.model.CollectVo;
-import org.onap.nfvo.emsdriver.commons.model.EMSInfo;
+import org.onap.vfc.nfvo.emsdriver.commons.model.CollectVo;
+import org.onap.vfc.nfvo.emsdriver.commons.model.EMSInfo;
 
 
 public interface ConfigurationInterface {