[ 
https://issues.apache.org/jira/browse/CAMEL-12715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16578212#comment-16578212
 ] 

ASF GitHub Bot commented on CAMEL-12715:
----------------------------------------

onderson closed pull request #2465: CAMEL-12715: Fixed camel-script dependencies
URL: https://github.com/apache/camel/pull/2465
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/components/camel-script/pom.xml b/components/camel-script/pom.xml
index b504ce5967e..177e7946349 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>
diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 74d003e7c4f..413a8d61b1c 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1940,7 +1940,8 @@
   </feature>
   <feature name='camel-script-groovy' version='${project.version}' 
resolver='(obr)' start-level='50'>
     <feature version='${project.version}'>camel-script</feature>
-    <bundle>mvn:org.codehaus.groovy/groovy-all/${groovy-2415-version}</bundle>
+    <bundle>mvn:org.codehaus.groovy/groovy/${groovy-version}</bundle>
+    <bundle>mvn:org.codehaus.groovy/groovy-jsr223/${groovy-version}</bundle>
   </feature>
   <feature name='camel-script' version='${project.version}' resolver='(obr)' 
start-level='50'>
     <feature version='${project.version}'>camel-core</feature>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> camel-script  - Upgrade to Groovy 2.5.1 and check camel-itest-karaf and 
> feature.
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-12715
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12715
>             Project: Camel
>          Issue Type: Task
>          Components: camel-script, tests
>            Reporter: Önder Sezgin
>            Assignee: Alex Dettinger
>            Priority: Minor
>             Fix For: 2.23.0
>
>
> Groovy 2.5.1 was released. many components upgraded but camel-script karaf 
> itest fails with the following error. 
>  
> Cannot get language with name: Groovy



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to