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

jayblanc pushed a commit to branch fix-httpclient-osgi-type-problem
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 28e0ced898bcce4d34916b97c1ff85caa6136562
Author: Jérôme Blanchard <[email protected]>
AuthorDate: Thu Feb 19 11:46:08 2026 +0100

    Fix unexisting bundle maven type for artefact httpclient-osgi
---
 bom/pom.xml                                    | 6 ------
 extensions/healthcheck/pom.xml                 | 1 -
 extensions/router/router-karaf-feature/pom.xml | 1 -
 extensions/router/router-rest/pom.xml          | 1 -
 tools/shell-commands/pom.xml                   | 1 -
 tools/shell-dev-commands/pom.xml               | 1 -
 6 files changed, 11 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index adfcfffe7..69cb5a051 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -270,12 +270,6 @@
                 <artifactId>httpclient-osgi</artifactId>
                 <version>${httpclient-osgi.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.httpcomponents</groupId>
-                <artifactId>httpclient-osgi</artifactId>
-                <version>${httpclient-osgi.version}</version>
-                <type>bundle</type>
-            </dependency>
             <dependency>
                 <groupId>org.apache.kafka</groupId>
                 <artifactId>kafka-clients</artifactId>
diff --git a/extensions/healthcheck/pom.xml b/extensions/healthcheck/pom.xml
index e1fca175d..49f88304d 100644
--- a/extensions/healthcheck/pom.xml
+++ b/extensions/healthcheck/pom.xml
@@ -96,7 +96,6 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient-osgi</artifactId>
-            <type>bundle</type>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/extensions/router/router-karaf-feature/pom.xml 
b/extensions/router/router-karaf-feature/pom.xml
index 01004d69c..86badcd90 100644
--- a/extensions/router/router-karaf-feature/pom.xml
+++ b/extensions/router/router-karaf-feature/pom.xml
@@ -73,7 +73,6 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient-osgi</artifactId>
-            <type>bundle</type>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
diff --git a/extensions/router/router-rest/pom.xml 
b/extensions/router/router-rest/pom.xml
index e566eaba9..cb56bf0ff 100644
--- a/extensions/router/router-rest/pom.xml
+++ b/extensions/router/router-rest/pom.xml
@@ -86,7 +86,6 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient-osgi</artifactId>
-            <type>bundle</type>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/tools/shell-commands/pom.xml b/tools/shell-commands/pom.xml
index ed2cf406b..6422cebe8 100644
--- a/tools/shell-commands/pom.xml
+++ b/tools/shell-commands/pom.xml
@@ -55,7 +55,6 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient-osgi</artifactId>
-            <type>bundle</type>
             <scope>provided</scope>
         </dependency>
 
diff --git a/tools/shell-dev-commands/pom.xml b/tools/shell-dev-commands/pom.xml
index 7f4da7452..27b0b641f 100644
--- a/tools/shell-dev-commands/pom.xml
+++ b/tools/shell-dev-commands/pom.xml
@@ -92,7 +92,6 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient-osgi</artifactId>
-            <type>bundle</type>
             <scope>provided</scope>
         </dependency>
         <dependency>

Reply via email to