This is an automated email from the ASF dual-hosted git repository.
jayblanc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new 959299ba8 fix: Fix unexisting bundle maven type for artefact
httpclient-osgi (#751)
959299ba8 is described below
commit 959299ba81d80e31efc93c45f82ca17300872d22
Author: Jerome Blanchard <[email protected]>
AuthorDate: Thu Feb 19 13:33:57 2026 +0100
fix: Fix unexisting bundle maven type for artefact httpclient-osgi (#751)
---
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>