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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new f004b4d1488 Regen
f004b4d1488 is described below
commit f004b4d14883bcf0bccad533de4ec2c378017727
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Nov 8 10:58:09 2025 +0100
Regen
---
tooling/camel-spring-boot-dependencies/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index 53f29173415..b08f12e52eb 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -51,6 +51,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.openai</groupId>
+ <artifactId>openai-java</artifactId>
+ <version>4.7.1</version>
+ </dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
@@ -3909,6 +3914,11 @@
<artifactId>camel-olingo4-api</artifactId>
<version>4.17.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-openai</artifactId>
+ <version>4.17.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-openapi-java</artifactId>