Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions bom/camel-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2227,11 +2227,6 @@
<artifactId>camel-spring-ai-image</artifactId>
<version>4.22.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-ai-tools</artifactId>
<version>4.22.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-ai-vector-store</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions catalog/camel-allcomponents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2002,11 +2002,6 @@
<artifactId>camel-spring-ai-image</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-ai-tools</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-ai-vector-store</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ splunk-hec
spring-ai-chat
spring-ai-embeddings
spring-ai-image
spring-ai-tools
spring-ai-vector-store
spring-batch
spring-event
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@ splunk-hec-component
spring-ai-chat-component
spring-ai-embeddings-component
spring-ai-image-component
spring-ai-tools-component
spring-ai-vector-store-component
spring-batch-component
spring-cloud-config
Expand Down
Loading