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 <ond...@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>