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

shuber pushed a commit to branch opensearch-persistence
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/opensearch-persistence by this 
push:
     new b5e7c800c Fix some minor dependencies
b5e7c800c is described below

commit b5e7c800cf64636e26ae65e8a0c34976fa9cbeb0
Author: Serge Huber <[email protected]>
AuthorDate: Mon Oct 13 17:35:11 2025 +0200

    Fix some minor dependencies
---
 extensions/salesforce-connector/karaf-kar/pom.xml | 2 +-
 extensions/weather-update/karaf-kar/pom.xml       | 2 +-
 graphql/karaf-feature/pom.xml                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/extensions/salesforce-connector/karaf-kar/pom.xml 
b/extensions/salesforce-connector/karaf-kar/pom.xml
index e4db70ed2..137394d5f 100644
--- a/extensions/salesforce-connector/karaf-kar/pom.xml
+++ b/extensions/salesforce-connector/karaf-kar/pom.xml
@@ -120,7 +120,7 @@
                                 <feature>framework</feature>
                             </framework>
                             <features>
-                                <feature>unomi-opensearch</feature>
+                                <feature>unomi-services</feature>
                                 
<feature>unomi-salesforce-connector-karaf-kar</feature>
                             </features>
                             
<ignoreMissingConditions>true</ignoreMissingConditions>
diff --git a/extensions/weather-update/karaf-kar/pom.xml 
b/extensions/weather-update/karaf-kar/pom.xml
index 7b33dcd51..e67f76302 100644
--- a/extensions/weather-update/karaf-kar/pom.xml
+++ b/extensions/weather-update/karaf-kar/pom.xml
@@ -112,7 +112,7 @@
                                 <feature>framework</feature>
                             </framework>
                             <features>
-                                <feature>unomi-opensearch</feature>
+                                <feature>unomi-services</feature>
                                 
<feature>unomi-weather-update-karaf-kar</feature>
                             </features>
                             
<ignoreMissingConditions>true</ignoreMissingConditions>
diff --git a/graphql/karaf-feature/pom.xml b/graphql/karaf-feature/pom.xml
index b75a46d84..a5782f23b 100644
--- a/graphql/karaf-feature/pom.xml
+++ b/graphql/karaf-feature/pom.xml
@@ -145,7 +145,7 @@
                                 <feature>framework</feature>
                             </framework>
                             <features>
-                                <feature>unomi-opensearch</feature>
+                                <feature>unomi-services</feature>
                                 <feature>wrap</feature>
                                 <feature>cdp-graphql-feature</feature>
                             </features>

Reply via email to