You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/01/18 13:36:26 UTC

[camel-spring-boot-examples] 14/15: Move to 4.0.0-SNAPSHOT

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-spring-boot-examples.git

commit b983bab9d2a94d091ac945a71ec127ba684225a8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 18 14:30:08 2023 +0100

    Move to 4.0.0-SNAPSHOT
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/java/sample/camel/SampleCamelServicebusJmsApplication.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/azure/camel-example-spring-boot-azure-servicebus-jms/src/main/java/sample/camel/SampleCamelServicebusJmsApplication.java b/azure/camel-example-spring-boot-azure-servicebus-jms/src/main/java/sample/camel/SampleCamelServicebusJmsApplication.java
index c2c0f31..68f8b20 100644
--- a/azure/camel-example-spring-boot-azure-servicebus-jms/src/main/java/sample/camel/SampleCamelServicebusJmsApplication.java
+++ b/azure/camel-example-spring-boot-azure-servicebus-jms/src/main/java/sample/camel/SampleCamelServicebusJmsApplication.java
@@ -23,7 +23,7 @@ import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
 import org.springframework.context.annotation.Bean;
 
-import javax.jms.ConnectionFactory;
+import jakarta.jms.ConnectionFactory;
 
 @SpringBootApplication
 public class SampleCamelServicebusJmsApplication {