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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8337d7825 Move camel-kserve, camel-neo4j, camel-tensorflow-serving 
components in the camel-ai module (#612)
8337d7825 is described below

commit 8337d78250ea9c8b18a6838a11af55f34ce7feee
Author: JB Onofré <[email protected]>
AuthorDate: Wed Apr 2 15:31:14 2025 +0200

    Move camel-kserve, camel-neo4j, camel-tensorflow-serving components in the 
camel-ai module (#612)
---
 components/{ => camel-ai}/camel-kserve/pom.xml             | 4 ++--
 components/{ => camel-ai}/camel-neo4j/pom.xml              | 4 ++--
 components/{ => camel-ai}/camel-tensorflow-serving/pom.xml | 4 ++--
 components/camel-ai/pom.xml                                | 3 +++
 components/pom.xml                                         | 3 ---
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/components/camel-kserve/pom.xml 
b/components/camel-ai/camel-kserve/pom.xml
similarity index 96%
rename from components/camel-kserve/pom.xml
rename to components/camel-ai/camel-kserve/pom.xml
index 31890ac85..323f370fe 100644
--- a/components/camel-kserve/pom.xml
+++ b/components/camel-ai/camel-kserve/pom.xml
@@ -23,7 +23,7 @@
 
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
-        <artifactId>camel-karaf-components</artifactId>
+        <artifactId>camel-ai-parent</artifactId>
         <version>4.10.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
@@ -59,7 +59,7 @@
     <build>
         <resources>
             <resource>
-                <directory>../../src/main/resources</directory>
+                <directory>../../../src/main/resources</directory>
                 <filtering>false</filtering>
             </resource>
         </resources>
diff --git a/components/camel-neo4j/pom.xml 
b/components/camel-ai/camel-neo4j/pom.xml
similarity index 96%
rename from components/camel-neo4j/pom.xml
rename to components/camel-ai/camel-neo4j/pom.xml
index fc02008ce..284c5d5bf 100644
--- a/components/camel-neo4j/pom.xml
+++ b/components/camel-ai/camel-neo4j/pom.xml
@@ -23,7 +23,7 @@
 
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
-        <artifactId>camel-karaf-components</artifactId>
+        <artifactId>camel-ai-parent</artifactId>
         <version>4.10.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
@@ -58,7 +58,7 @@
     <build>
         <resources>
             <resource>
-                <directory>../../src/main/resources</directory>
+                <directory>../../../src/main/resources</directory>
                 <filtering>false</filtering>
             </resource>
         </resources>
diff --git a/components/camel-tensorflow-serving/pom.xml 
b/components/camel-ai/camel-tensorflow-serving/pom.xml
similarity index 96%
rename from components/camel-tensorflow-serving/pom.xml
rename to components/camel-ai/camel-tensorflow-serving/pom.xml
index b8c98eee6..7e34411de 100644
--- a/components/camel-tensorflow-serving/pom.xml
+++ b/components/camel-ai/camel-tensorflow-serving/pom.xml
@@ -23,7 +23,7 @@
 
     <parent>
         <groupId>org.apache.camel.karaf</groupId>
-        <artifactId>camel-karaf-components</artifactId>
+        <artifactId>camel-ai-parent</artifactId>
         <version>4.10.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
@@ -59,7 +59,7 @@
     <build>
         <resources>
             <resource>
-                <directory>../../src/main/resources</directory>
+                <directory>../../../src/main/resources</directory>
                 <filtering>false</filtering>
             </resource>
         </resources>
diff --git a/components/camel-ai/pom.xml b/components/camel-ai/pom.xml
index 227524dea..b79656d57 100644
--- a/components/camel-ai/pom.xml
+++ b/components/camel-ai/pom.xml
@@ -35,6 +35,7 @@
     <modules>
         <module>camel-chatscript</module>
         <module>camel-djl</module>
+        <module>camel-kserve</module>
         <module>camel-langchain4j-chat</module>
         <module>camel-langchain4j-core</module>
         <module>camel-langchain4j-embeddings</module>
@@ -42,8 +43,10 @@
         <module>camel-langchain4j-tools</module>
         <module>camel-langchain4j-web-search</module>
         <module>camel-milvus</module>
+        <module>camel-neo4j</module>
         <module>camel-pinecone</module>
         <module>camel-qdrant</module>
+        <module>camel-tensorflow-serving</module>
         <module>camel-torchserve</module>
     </modules>
 </project>
diff --git a/components/pom.xml b/components/pom.xml
index bbca8be10..5888863d3 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -176,7 +176,6 @@
         <module>camel-knative</module>
         <module>camel-kubernetes</module>
         <module>camel-kudu</module>
-        <module>camel-kserve</module>
         <module>camel-language</module>
         <module>camel-ldap</module>
         <module>camel-ldif</module>
@@ -206,7 +205,6 @@
         <module>camel-nats</module>
         <module>camel-netty</module>
         <module>camel-netty-http</module>
-        <module>camel-neo4j</module>
         <module>camel-nitrite</module>
         <module>camel-oaipmh</module>
         <module>camel-observability-services</module>
@@ -298,7 +296,6 @@
         <module>camel-tahu</module>
         <module>camel-tarfile</module>
         <module>camel-telegram</module>
-        <module>camel-tensorflow-serving</module>
         <module>camel-test</module>
         <module>camel-test-spring</module>
         <module>camel-threadpoolfactory-vertx</module>

Reply via email to