You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/04/26 11:18:14 UTC

[camel] 02/03: CAMEL-19290 - camel-solr - Remove component as its not maintainable

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 47143c6dd436924efc9832a15a014c56d1ad45ee
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 26 11:35:45 2023 +0200

    CAMEL-19290 - camel-solr - Remove component as its not maintainable
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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 4c648cfb9e2..c2ad0324768 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1717,11 +1717,6 @@
         <artifactId>camel-soap</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-solr</artifactId>
-        <version>${project.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-splunk</artifactId>
diff --git a/catalog/camel-allcomponents/pom.xml b/catalog/camel-allcomponents/pom.xml
index ad0caf2c730..8ff7e93b8b9 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -1503,11 +1503,6 @@
             <artifactId>camel-soap</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-solr</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-splunk</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 0e978cc5e9e..bef8aee6ee6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2133,11 +2133,6 @@
                 <artifactId>camel-soap</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.camel</groupId>
-                <artifactId>camel-solr</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-splunk</artifactId>