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:28:06 UTC

[camel] branch master updated: CAMEL-12549 - upgrade groovy for olingo2

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


The following commit(s) were added to refs/heads/master by this push:
     new 2d7f55f  CAMEL-12549 - upgrade groovy for olingo2
2d7f55f is described below

commit 2d7f55f1a63c6aab2afd244c58ec4a5ce6efcb00
Author: önder sezgin <on...@apache.org>
AuthorDate: Mon Aug 13 13:22:04 2018 +0300

    CAMEL-12549 - upgrade groovy for olingo2
---
 components/camel-olingo2/camel-olingo2-component/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml b/components/camel-olingo2/camel-olingo2-component/pom.xml
index fc260e9..ae1606b 100644
--- a/components/camel-olingo2/camel-olingo2-component/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-component/pom.xml
@@ -333,8 +333,8 @@
             <dependencies>
                 <dependency>
                     <groupId>org.codehaus.groovy</groupId>
-                    <artifactId>groovy-all</artifactId>
-                    <version>${groovy-2415-version}</version>
+                    <artifactId>groovy</artifactId>
+                    <version>${groovy-version}</version>
                     <scope>runtime</scope>
                 </dependency>
             </dependencies>