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 12:05:41 UTC

[camel] 01/03: CAMEL-19062 - Clean up Parent POM - Groovy JSR 223

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 bac5e877e953c2bccf295346108882025e8312db
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 27 12:29:41 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Groovy JSR 223
    
    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 330b1a9d34a..773275f1ddc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2764,13 +2764,6 @@
                 <version>${slf4j-version}</version>
             </dependency>
 
-            <!-- optional scripting support -->
-            <dependency>
-                <groupId>org.codehaus.groovy</groupId>
-                <artifactId>groovy-jsr223</artifactId>
-                <version>${groovy-version}</version>
-            </dependency>
-
             <!-- optional ognl support -->
             <dependency>
                 <groupId>ognl</groupId>