You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by on...@apache.org on 2018/08/13 12:27:48 UTC

[camel] 01/02: CAMEL-12715: Fixed camel-script dependencies

This is an automated email from the ASF dual-hosted git repository.

onders pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit fb4cee8633350f38e6e47d3b88fb88a8e792634d
Author: aldettinger <al...@gmail.com>
AuthorDate: Fri Aug 10 19:26:15 2018 +0200

    CAMEL-12715: Fixed camel-script dependencies
---
 components/camel-script/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/components/camel-script/pom.xml b/components/camel-script/pom.xml
index b504ce5..177e794 100644
--- a/components/camel-script/pom.xml
+++ b/components/camel-script/pom.xml
@@ -78,23 +78,14 @@
             <version>${jython-version}</version>
             <scope>test</scope>
         </dependency>
-        <!-- for camel-script groovy upgrade requires rework as camel-itest-karaf fails to succeed 
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy</artifactId>
             <scope>test</scope>
         </dependency>
-         -->
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-jsr223</artifactId>
-            <version>${groovy-version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.codehaus.groovy</groupId>
-            <artifactId>groovy-all</artifactId>
-            <version>${groovy-2415-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>