Modify package structure and pom file
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / collector / alarm / AlarmTaskThread.java
@@ -13,7 +13,7 @@
  * 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.io.BufferedInputStream;
 import java.io.BufferedOutputStream;
@@ -25,11 +25,11 @@ import java.util.Set;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.onap.nfvo.emsdriver.commons.constant.Constant;
-import org.onap.nfvo.emsdriver.commons.model.CollectVo;
-import org.onap.nfvo.emsdriver.commons.utils.StringUtil;
-import org.onap.nfvo.emsdriver.messagemgr.MessageChannel;
-import org.onap.nfvo.emsdriver.messagemgr.MessageChannelFactory;
+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.utils.StringUtil;
+import org.onap.vfc.nfvo.emsdriver.messagemgr.MessageChannel;
+import org.onap.vfc.nfvo.emsdriver.messagemgr.MessageChannelFactory;
 
 import com.alibaba.fastjson.JSONObject;