From 841f4cbc4ea4b3c3debbfc446d19bd240e9ac42d Mon Sep 17 00:00:00 2001 From: kohsuke Date: Thu, 26 Feb 2009 22:48:32 +0000 Subject: [PATCH] switched to Groovy 1.6.0, and depend on groovy-all, which uses jarjar to avoid library conflicts. This is particularly useful for asm, whose 2.x version is incompatible with 3.x version. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15831 71c3de6d-444a-0410-be80-ed276b4c234a --- core/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index d7be7f22b6..ff48fb7731 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -570,8 +570,8 @@ THE SOFTWARE. org.codehaus.groovy - groovy - 1.5.7 + groovy-all + 1.6.0