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

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

commit f10060a93c7897a26cf14127c5a422fc3526c5d8
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Jun 10 13:56:11 2021 +0200

    CAMEL-16381: Move osgi dependencies to camel-karaf
---
 camel-dependencies/pom.xml |  6 ------
 parent/pom.xml             | 13 -------------
 2 files changed, 19 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 2d4c344..6d52cb7 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -188,12 +188,6 @@
     <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
     <facebook4j-core-version>2.4.13</facebook4j-core-version>
     <fastjson-version>1.2.76</fastjson-version>
-    <felix-configadmin-version>1.9.20</felix-configadmin-version>
-    <felix-connect-version>0.2.0</felix-connect-version>
-    <felix-fileinstall-version>3.6.8</felix-fileinstall-version>
-    <felix-framework-version>5.6.12</felix-framework-version>
-    <felix-scr-annotations-version>1.12.0</felix-scr-annotations-version>
-    <felix-scr-version>2.1.26</felix-scr-version>
     <findbugs-maven-plugin-version>2.5.2</findbugs-maven-plugin-version>
     <flatpack-version>4.0.5</flatpack-version>
     <flink-version>1.13.0</flink-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 3fcb5a2..326c5bc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -169,12 +169,6 @@
         <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
         <facebook4j-core-version>2.4.13</facebook4j-core-version>
         <fastjson-version>1.2.76</fastjson-version>
-        <felix-configadmin-version>1.9.20</felix-configadmin-version>
-        <felix-connect-version>0.2.0</felix-connect-version>
-        <felix-fileinstall-version>3.6.8</felix-fileinstall-version>
-        <felix-framework-version>5.6.12</felix-framework-version>
-        <felix-scr-annotations-version>1.12.0</felix-scr-annotations-version>
-        <felix-scr-version>2.1.26</felix-scr-version>
         <findbugs-maven-plugin-version>2.5.2</findbugs-maven-plugin-version>
         <google-maps-services-version>0.10.1</google-maps-services-version>
         <flatpack-version>4.0.5</flatpack-version>
@@ -3930,13 +3924,6 @@
                 <version>${aries-blueprint-cm-version}</version>
             </dependency>
 
-            <!-- OSGi ConfigAdmin service -->
-            <dependency>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>org.apache.felix.configadmin</artifactId>
-                <version>${felix-configadmin-version}</version>
-            </dependency>
-
             <!-- need this to use the new 'maven-archetype' packaging type -->
             <dependency>
                 <groupId>org.apache.maven.archetype</groupId>

Reply via email to