Updated Branches: refs/heads/camel-2.11.x 42b564ea6 -> a49076e4d refs/heads/master cf04ef847 -> f9d9a3fce
Fixed camel-groovy to use fixed plugin versions as latest versions dont work. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f9d9a3fc Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f9d9a3fc Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f9d9a3fc Branch: refs/heads/master Commit: f9d9a3fcea991103e7c1435eea09f7fe930781c6 Parents: cf04ef8 Author: Claus Ibsen <[email protected]> Authored: Tue Jun 25 07:55:12 2013 +0200 Committer: Claus Ibsen <[email protected]> Committed: Tue Jun 25 07:55:12 2013 +0200 ---------------------------------------------------------------------- components/camel-groovy/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f9d9a3fc/components/camel-groovy/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml index 6510b8c..fba674b 100644 --- a/components/camel-groovy/pom.xml +++ b/components/camel-groovy/pom.xml @@ -80,6 +80,11 @@ <artifactId>groovy-eclipse-compiler</artifactId> <version>2.7.0-01</version> </dependency> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-eclipse-batch</artifactId> + <version>2.1.3-01</version> + </dependency> </dependencies> </plugin> <plugin>
