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/23 13:11:41 UTC

[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Mina

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 447878544f3dff13a8b2743010efafa06111cec3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 23 14:04:15 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Mina
    
    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 78595800a85..d8d8f2a48e0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2748,13 +2748,6 @@
             </dependency>
 
 
-            <!-- optional mina dependencies -->
-            <dependency>
-                <groupId>org.apache.mina</groupId>
-                <artifactId>mina-core</artifactId>
-                <version>${mina-version}</version>
-            </dependency>
-
             <!-- Optional Microsoft Authentication Library for Java  -->
             <dependency>
                 <groupId>com.microsoft.azure</groupId>