Removed MSB Invocation During AAI Calling
[holmes/common.git] / holmes-actions / src / main / java / org / onap / holmes / common / dmaap / Publisher.java
index ee041e0..3cf18b7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright 2017 ZTE Corporation.\r
+ * Copyright 2017-2023 ZTE Corporation.\r
  *\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.common.dmaap;\r
 \r
+import jakarta.ws.rs.client.Entity;\r
 import lombok.Getter;\r
 import lombok.Setter;\r
 import org.onap.holmes.common.dmaap.entity.PolicyMsg;\r
 import org.onap.holmes.common.utils.JerseyClient;\r
 import org.springframework.stereotype.Service;\r
 \r
-import jakarta.ws.rs.client.Entity;\r
 import java.util.concurrent.TimeUnit;\r
 \r
 @Getter\r