This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 5e10379aa14 Camel-Kafka: Added missing imports in integration test 
(#13742)
5e10379aa14 is described below

commit 5e10379aa147f6ec8fea2cbed096eacbeaa569fb
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Apr 11 06:57:25 2024 +0200

    Camel-Kafka: Added missing imports in integration test (#13742)
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java
index 92b408e8dea..b0fbe7d005a 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java
@@ -37,6 +37,7 @@ import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Tag;
 import org.junit.jupiter.api.Tags;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
 import org.junit.jupiter.api.condition.EnabledOnOs;
 import org.junit.jupiter.api.condition.OS;
 import org.slf4j.Logger;

Reply via email to