You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to enforce the minimum service pack requirements for AEM 6.5 there should be an according package dependency in the ui.all package (only for non-cloud).
<dependency>
<group>adobe/cq650/servicepack</group>
<name>aem-service-pkg</name>
<version>6.5.17</version><!-- at least SP17 required -->
</dependency>
In order to enforce the minimum service pack requirements for AEM 6.5 there should be an according package dependency in the
ui.all
package (only for non-cloud).(compare with https://jackrabbit.apache.org/filevault-package-maven-plugin/generate-metadata-mojo.html#dependencies).
The text was updated successfully, but these errors were encountered: