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/27 11:29:20 UTC

[camel] 02/03: CAMEL-19062 - Clean up Parent POM - Groovy Ant

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 8e976d873dc1b659643218a774541389e3ebae30
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 27 11:52:25 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 7767998f4e8..330b1a9d34a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2765,11 +2765,6 @@
             </dependency>
 
             <!-- optional scripting support -->
-            <dependency>
-                <groupId>org.codehaus.groovy</groupId>
-                <artifactId>groovy-ant</artifactId>
-                <version>${groovy-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.codehaus.groovy</groupId>
                 <artifactId>groovy-jsr223</artifactId>