diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-04 09:15:48 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-04 09:15:48 +0000 |
commit | fa747495d4554bebd8e37233c5fbd21062ce0822 (patch) | |
tree | e53b6e5ac6fa59324b6bdbc2ec6fe8a7901defa4 /java | |
parent | c6bd8a65e414f17e75f6723f6ff3c5d205970833 (diff) |
Update groovy release to match that used by contribution-groovy
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673970 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/sca/modules/implementation-script/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/implementation-script/pom.xml b/java/sca/modules/implementation-script/pom.xml index 4c50baf55b..c456a87109 100644 --- a/java/sca/modules/implementation-script/pom.xml +++ b/java/sca/modules/implementation-script/pom.xml @@ -163,9 +163,9 @@ <scope>compile</scope>
</dependency>
<dependency>
- <groupId>groovy</groupId>
+ <groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all-minimal</artifactId>
- <version>1.0</version>
+ <version>1.5.4</version>
<scope>compile</scope>
</dependency>
|