diff options
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.3/modules/implementation-script/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.3/modules/implementation-script/pom.xml b/branches/sca-java-1.3/modules/implementation-script/pom.xml index 9bd06e7c83..851f464821 100644 --- a/branches/sca-java-1.3/modules/implementation-script/pom.xml +++ b/branches/sca-java-1.3/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>
|