Change groovy dependency to 1.6.3 to match ANT/ivy
This commit is contained in:
parent
2e9683aa7c
commit
35517b62a0
|
|
@ -101,8 +101,8 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.groovy</groupId>
|
||||
<artifactId>groovy</artifactId>
|
||||
<version>1.7-beta-1</version>
|
||||
<artifactId>groovy-all</artifactId>
|
||||
<version>1.6.3</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
Loading…
Reference in New Issue