Modify package structure and pom file
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / configmgr / ConfigurationManager.java
@@ -13,7 +13,7 @@
  * 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.io.File;
 import java.io.FileInputStream;
@@ -28,12 +28,12 @@ import java.util.concurrent.ConcurrentHashMap;
 
 import org.jdom.Document;
 import org.jdom.Element;
-import org.onap.nfvo.emsdriver.commons.constant.Constant;
-import org.onap.nfvo.emsdriver.commons.model.CollectVo;
-import org.onap.nfvo.emsdriver.commons.model.EMSInfo;
-import org.onap.nfvo.emsdriver.commons.utils.DriverThread;
-import org.onap.nfvo.emsdriver.commons.utils.StringUtil;
-import org.onap.nfvo.emsdriver.commons.utils.XmlUtil;
+import org.onap.vfc.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.vfc.nfvo.emsdriver.commons.model.CollectVo;
+import org.onap.vfc.nfvo.emsdriver.commons.model.EMSInfo;
+import org.onap.vfc.nfvo.emsdriver.commons.utils.DriverThread;
+import org.onap.vfc.nfvo.emsdriver.commons.utils.StringUtil;
+import org.onap.vfc.nfvo.emsdriver.commons.utils.XmlUtil;
 
 
 public class ConfigurationManager extends DriverThread{