Merge pull request #8183 from pickypg/feature/groovy-jdk7-8182

Use groovy-x.y.z-indy jar for better scripting performance
This commit is contained in:
Chris Earle 2014-10-21 14:14:51 -04:00
commit eee0cf0996
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.3.2</version>
<classifier>indy</classifier>
<scope>compile</scope>
<optional>true</optional>
</dependency>