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/03/07 11:04:28 UTC

[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Avro and Avro IPC

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 ff40403eacb3d73e416b4af30ca23e37588316a6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 7 11:58:33 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 7c382729a0e..73ce331c443 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2773,18 +2773,6 @@
                 <scope>import</scope>
             </dependency>
 	    
-            <!-- optional avro -->
-            <dependency>
-                <groupId>org.apache.avro</groupId>
-                <artifactId>avro</artifactId>
-                <version>${avro-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.avro</groupId>
-                <artifactId>avro-ipc</artifactId>
-                <version>${avro-version}</version>
-            </dependency>
-
             <!-- optional ftpserver -->
             <dependency>
                 <groupId>org.apache.ftpserver</groupId>