Repository: camel Updated Branches: refs/heads/camel-2.17.x 8bdbe398c -> 8ebe5d68a refs/heads/master efb898b43 -> dcdbf4811
Fixed archetype Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dcdbf481 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dcdbf481 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/dcdbf481 Branch: refs/heads/master Commit: dcdbf481135ca1635a5967f558bb18742b463024 Parents: efb898b Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Apr 8 08:42:29 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Apr 8 08:42:29 2016 +0200 ---------------------------------------------------------------------- .../src/main/resources/archetype-resources/pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/dcdbf481/tooling/archetypes/camel-archetype-groovy/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-groovy/src/main/resources/archetype-resources/pom.xml b/tooling/archetypes/camel-archetype-groovy/src/main/resources/archetype-resources/pom.xml index c8b10d5..e1dc55f 100644 --- a/tooling/archetypes/camel-archetype-groovy/src/main/resources/archetype-resources/pom.xml +++ b/tooling/archetypes/camel-archetype-groovy/src/main/resources/archetype-resources/pom.xml @@ -109,7 +109,18 @@ <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-eclipse-compiler</artifactId> - <version>2.7.0-01</version> + <version>2.9.2-01</version> + <exclusions> + <exclusion> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-eclipse-batch</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-eclipse-batch</artifactId> + <version>2.4.3-01</version> </dependency> </dependencies> </plugin> @@ -128,7 +139,6 @@ </configuration> </plugin> - <!-- Allows the example to be run via 'mvn compile exec:java' --> <plugin> <groupId>org.codehaus.mojo</groupId>