Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Earlier versions of groovy have been delivered within one single jar file groovy-all - but this library does not exist anymore and has been split up into several different sub librariesmagnolia-module-groovy-2.7 ships only with the minimal required set of libraries:

  • groovy-2.5.0.jar
  • groovy-xml-2.5.0.jar

Some of your custom groovy scripts may require additional libraries.

Expand
titleClick here to see the Maven dependencies for the groovy libs bundled with Magnolia
Code Pro
languagexml
<dependency>
  <groupId>org.codehaus.groovy</groupId>
  <artifactId>groovy</artifactId>
  <version>2.5.0</version>
</dependency>
<dependency>
  <groupId>org.codehaus.groovy</groupId>
  <artifactId>groovy-xml</artifactId>
  <version>2.5.0</version>
</dependency>