Skip to content

Instantly share code, notes, and snippets.

@theopendle
Created April 7, 2021 12:12
Show Gist options
  • Save theopendle/5f73ac11fbd6b8930c9d5ec9dc9b0565 to your computer and use it in GitHub Desktop.
Save theopendle/5f73ac11fbd6b8930c9d5ec9dc9b0565 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>com.icfolson.aem.groovy.console</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>15.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.15</version>
<scope>provided</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment