Hi,
We have installed the SP9, but got confused when updating the uber jar.
we can see two of them from https://javalibs.com/artifact/com.adobe.aem/uber-jar.
between 6.5.9 and 6.5.9-1.0, which one to use and what's the difference?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @baoyu_li
6.5.9-1.0 is the latest with removal of some deprecated APIs which was released on 22nd June 2021. So you can use this
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>uber-jar</artifactId>
<version>6.5.9-1.0</version>
<scope>provided</scope>
</dependency>
https://repo1.maven.org/maven2/com/adobe/aem/uber-jar/6.5.9-1.0/
Thanks!
Hi,
I am working on the upgrade to AEM 6.5.9 and using 6.5.9-1.0 version.
Views
Likes
Replies
Views
Likes
Replies