icfnext / aem-groovy-console

The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be created to manipulate content in the JCR, call OSGi services, or execute arbitrary code using the CQ, Sling, or JCR APIs.
Other
159 stars 94 forks source link

Version 15.1.0 does not run on AEM 6.4.5 #107

Open gruberrolandvaltech opened 4 years ago

gruberrolandvaltech commented 4 years ago

Bundle does not start because of dependency: org.osgi.service.event,version=[1.4,2) -- Cannot be resolved

Provided by AEM: org.osgi.service.event: 1.3.1

I hope you can safely use the lower version.

marcoguastalli commented 4 years ago

Neither in AEM 6.4.8, I have the same dependency issue

gruberrolandvaltech commented 4 years ago

Same issue with version 16.0.0 of Groovy Console.