AEM 6.5 : package org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl does not exist
Hi All,
Greetings.
Looks like the above package has been not resolved by AEM 6.5.8 uber-jar like in AEM 6.4.5
So have added the below dependency explicitly but still it is throwing the issue.
Please let me know if any thoughts around this?
<dependency>
<artifactId>org.apache.sling.scripting.jsp</artifactId>
<version>2.5.0</version>
<groupId>com.adobe.granite.sling</groupId>
<scope>provided</scope>
</dependency>
Thanks & Regards,
Shiva


