Modify package structure and pom file
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / collector / alarm / AlarmManager.java
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.onap.nfvo.emsdriver.collector.alarm;
+package org.onap.vfc.nfvo.emsdriver.collector.alarm;
 import java.util.ArrayList;
 import java.util.List;
 
-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.configmgr.ConfigurationInterface;
+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.configmgr.ConfigurationInterface;
 
 public class AlarmManager  extends DriverThread{