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/02/20 09:26:41 UTC

[camel] branch main updated: CAMEL-19062 - Clean up Parent POM - Abdera

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 9fcfa18d8a3 CAMEL-19062 - Clean up Parent POM - Abdera
9fcfa18d8a3 is described below

commit 9fcfa18d8a37065d8bae0575319304f7331e85ce
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 10:07:33 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Abdera
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3e02b49773b..e72e7de51b4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2690,13 +2690,6 @@
                 <version>${jackson2-version}</version>
             </dependency>
 
-            <!-- abdera dependencies-->
-            <dependency>
-                <groupId>org.apache.abdera</groupId>
-                <artifactId>abdera-core</artifactId>
-                <version>${abdera-version}</version>
-            </dependency>
-
             <!-- commons dependencies -->
             <dependency>
                 <groupId>org.apache.commons</groupId>