This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 bb4fc4922d89 CAMEL-23001: Add groovy-dateutil so groovy scripts can
use that easily
bb4fc4922d89 is described below
commit bb4fc4922d89752afa5c8ba947e9c10dae4cbdda
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Mar 6 13:23:07 2026 +0100
CAMEL-23001: Add groovy-dateutil so groovy scripts can use that easily
---
components/camel-groovy/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml
index d4a49bfee4a6..5771b2f1aabb 100644
--- a/components/camel-groovy/pom.xml
+++ b/components/camel-groovy/pom.xml
@@ -55,6 +55,11 @@
<artifactId>groovy-xml</artifactId>
<version>${groovy-version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.groovy</groupId>
+ <artifactId>groovy-dateutil</artifactId>
+ <version>${groovy-version}</version>
+ </dependency>
<!-- testing -->
<dependency>