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
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
HI @Shivanna
This was available till 6.4.8.3 whereas after 6.5 it has been removed from the uber jar package.
https://javadoc.io/doc/com.adobe.aem/uber-jar/6.4.8.3/index.html
It is available as part of Apache Sling Scripting JSP Support(org.apache.sling.scripting.jsp) bundle.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Found the working Solution!!!
Added the above dependency in my poms and synched the dependency jar into nexus from maven central.
Thank you @markus_bulla_adobe for your response
Views
Replies
Total Likes
Views
Likes
Replies