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

fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 77892d6ee23 CAMEL-22891: fix parent classloader
77892d6ee23 is described below

commit 77892d6ee2375b2075290218697f21ac5fb7dbb0
Author: Marco Carletti <[email protected]>
AuthorDate: Fri Feb 27 15:44:09 2026 +0100

    CAMEL-22891: fix parent classloader
---
 tests/camel-itest-spring-boot/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/camel-itest-spring-boot/pom.xml 
b/tests/camel-itest-spring-boot/pom.xml
index 3e76173bfce..272435eff8f 100644
--- a/tests/camel-itest-spring-boot/pom.xml
+++ b/tests/camel-itest-spring-boot/pom.xml
@@ -97,6 +97,12 @@
             <groupId>org.junit.platform</groupId>
             <artifactId>junit-platform-launcher</artifactId>
         </dependency>
+        <!-- needed on parent classloader for components that use Groovy (e.g. 
camel-grape) -->
+        <dependency>
+            <groupId>org.apache.groovy</groupId>
+            <artifactId>groovy</artifactId>
+            <version>${groovy-version}</version>
+        </dependency>
         <!-- to make sure the dependency jar is in local maven repository -->
         <dependency>
             <groupId>org.apache.camel.archetypes</groupId>

Reply via email to