From 3bfb572290066ad69ed3cf50f253302e0d5284f4 Mon Sep 17 00:00:00 2001 From: Tom Cunningham Date: Wed, 20 Nov 2024 15:50:28 -0500 Subject: [PATCH] Change artifactId of tomcat-jdbc example so it doesn't collide with spring-boot example --- tomcat-jdbc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomcat-jdbc/pom.xml b/tomcat-jdbc/pom.xml index d178e562f..ec40a1bab 100644 --- a/tomcat-jdbc/pom.xml +++ b/tomcat-jdbc/pom.xml @@ -27,7 +27,7 @@ 4.9.0-SNAPSHOT - camel-example-spring-boot + camel-example-tomcat-jdbc Camel SB Examples :: Tomcat JDBC An example showing how to deploy a Camel Spring Boot application in Tomcat using its JDBC Data Source war