This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new dc36d42278 Manage org.apache.groovy:groovy-json in
camel-quarkus-bom-test
dc36d42278 is described below
commit dc36d4227867a92ac7be692f586d16b2449f2735
Author: James Netherton <[email protected]>
AuthorDate: Tue Mar 3 12:52:51 2026 +0000
Manage org.apache.groovy:groovy-json in camel-quarkus-bom-test
---
poms/bom-test/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/poms/bom-test/pom.xml b/poms/bom-test/pom.xml
index ea4656f645..cd9be05aa9 100644
--- a/poms/bom-test/pom.xml
+++ b/poms/bom-test/pom.xml
@@ -291,6 +291,11 @@
<artifactId>ftplet-api</artifactId>
<version>${ftpserver.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.groovy</groupId>
+ <artifactId>groovy-json</artifactId>
+ <version>${groovy.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>