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

orpiske 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 1be24408de4 (chores) camel-jms: fixed build due to incorrect regen
1be24408de4 is described below

commit 1be24408de478d282afddb370cf7fc3b341df9c6
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Sat May 20 06:21:56 2023 +0200

    (chores) camel-jms: fixed build due to incorrect regen
---
 .../java/org/apache/camel/component/jms/JmsTransferExceptionTest.java  | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsTransferExceptionTest.java
 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsTransferExceptionTest.java
index 21d141c645e..e5a0c108f28 100644
--- 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsTransferExceptionTest.java
+++ 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsTransferExceptionTest.java
@@ -16,7 +16,10 @@
  */
 package org.apache.camel.component.jms;
 
+import org.apache.camel.CamelContext;
+import org.apache.camel.ConsumerTemplate;
 import org.apache.camel.LoggingLevel;
+import org.apache.camel.ProducerTemplate;
 import org.apache.camel.RuntimeCamelException;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.spi.CamelLogger;

Reply via email to