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


The following commit(s) were added to refs/heads/main by this push:
     new 2c20609d3b2 CAMEL-18928: removed component camel-milo
2c20609d3b2 is described below

commit 2c20609d3b2364a3f171e7e4a63cdfc136e6741f
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jan 17 08:29:49 2023 +0100

    CAMEL-18928: removed component camel-milo
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 bom/camel-bom/pom.xml               | 5 -----
 catalog/camel-allcomponents/pom.xml | 5 -----
 parent/pom.xml                      | 5 -----
 3 files changed, 15 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index a9edc315175..064b9d37141 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1341,11 +1341,6 @@
         <artifactId>camel-microprofile-health</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-milo</artifactId>
-        <version>${project.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-mina</artifactId>
diff --git a/catalog/camel-allcomponents/pom.xml 
b/catalog/camel-allcomponents/pom.xml
index 65be4ac47f8..fc5766f7fed 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -1138,11 +1138,6 @@
             <artifactId>camel-microprofile-health</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-milo</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-mina</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index f185f2bf40c..3587d7ae90f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1784,11 +1784,6 @@
                 <artifactId>camel-microprofile-health</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.camel</groupId>
-                <artifactId>camel-milo</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-mina</artifactId>

Reply via email to