modify pom and rule.enabled = 1
[holmes/common.git] / holmes-actions / src / main / java / org / onap / holmes / common / dmaap / Publisher.java
index eaeaf43..035ecaa 100644 (file)
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
-\r
 package org.onap.holmes.common.dmaap;\r
 \r
 import com.fasterxml.jackson.core.JsonProcessingException;\r
@@ -27,11 +26,13 @@ import javax.ws.rs.core.Response;
 import lombok.Getter;\r
 import lombok.Setter;\r
 import org.glassfish.jersey.client.ClientConfig;\r
+import org.jvnet.hk2.annotations.Service;\r
 import org.onap.holmes.common.dmaap.entity.PolicyMsg;\r
 import org.onap.holmes.common.exception.CorrelationException;\r
 \r
 @Getter\r
 @Setter\r
+@Service\r
 public class Publisher {\r
 \r
     private String topic;\r