X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-camunda%2Fsrc%2Fmain%2Fjava%2Forg%2Foran%2Fotf%2Fcamunda%2Fdelegate%2Fotf%2Fcommon%2FPostResultsToDMaaPDelegate.java;h=c3395be8f0c9a15f5fb8cf27d0db889161114b8e;hb=refs%2Fheads%2Fazure;hp=41b9d8ad357ad3e12674ff5551a80ecd73475316;hpb=596b1d89c5f63170ed40abb6f7b9395178c5e44e;p=it%2Fotf.git diff --git a/otf-camunda/src/main/java/org/oran/otf/camunda/delegate/otf/common/PostResultsToDMaaPDelegate.java b/otf-camunda/src/main/java/org/oran/otf/camunda/delegate/otf/common/PostResultsToDMaaPDelegate.java index 41b9d8a..c3395be 100644 --- a/otf-camunda/src/main/java/org/oran/otf/camunda/delegate/otf/common/PostResultsToDMaaPDelegate.java +++ b/otf-camunda/src/main/java/org/oran/otf/camunda/delegate/otf/common/PostResultsToDMaaPDelegate.java @@ -44,6 +44,7 @@ import org.springframework.context.annotation.Conditional; import org.springframework.stereotype.Component; @Component +@Conditional(value= FilterCondition.class) public class PostResultsToDMaaPDelegate implements JavaDelegate { private static Logger logger = LoggerFactory.getLogger(PostResultsToDMaaPDelegate.class);