Migrate from DW to Springboot
[holmes/rule-management.git] / rulemgt / src / main / java / org / onap / holmes / rulemgt / bolt / enginebolt / EngineService.java
index 4b6e248..0d1dd05 100644 (file)
@@ -1,5 +1,5 @@
 /**\r
- * Copyright 2017-2021 ZTE Corporation.\r
+ * Copyright 2017-2022 ZTE Corporation.\r
  * <p>\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  */\r
 package org.onap.holmes.rulemgt.bolt.enginebolt;\r
 \r
-import org.jvnet.hk2.annotations.Service;\r
+import jakarta.ws.rs.client.Entity;\r
+import jakarta.ws.rs.core.MediaType;\r
 import org.onap.holmes.common.utils.CommonUtils;\r
 import org.onap.holmes.common.utils.JerseyClient;\r
 import org.onap.holmes.rulemgt.bean.request.CorrelationCheckRule4Engine;\r
 import org.onap.holmes.rulemgt.bean.request.CorrelationDeployRule4Engine;\r
-\r
-import javax.ws.rs.client.Entity;\r
-import javax.ws.rs.core.MediaType;\r
+import org.springframework.stereotype.Service;\r
 \r
 import static org.onap.holmes.rulemgt.constant.RuleMgtConstant.ENGINE_PATH;\r
 \r