Change the groupid from openo to onap
[holmes/engine-management.git] / engine-d / src / main / java / org / onap / holmes / engine / utils / AlarmUtil.java
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.holmes.engine.utils;
+package org.onap.holmes.engine.utils;
 
 import java.util.HashMap;
 import java.util.Map;
 import org.jvnet.hk2.annotations.Service;
-import org.openo.holmes.common.api.stat.Alarm;
-import org.openo.holmes.common.producer.MQProducer;
+import org.onap.holmes.common.api.stat.Alarm;
+import org.onap.holmes.common.producer.MQProducer;
 
 @Service
 public class AlarmUtil {