この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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
表示
返信
いいね!の合計
表示
返信
いいね!の合計
表示
返信
いいね!の合計
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
表示
返信
いいね!の合計
表示
返信
いいね!の合計
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計