adobe / aem-spa-project-archetype

Maven Archetype for creating new AEM SPA projects
Apache License 2.0
61 stars 32 forks source link

Cleanup the maven dependencies #8

Closed lydiapuric closed 5 years ago

lydiapuric commented 5 years ago

6.3.1.2 version of the uber jar. AFAIK the SPA editor is only supported on 6.4 + SP2 [1] Direct embeds of SPA editor dependencies. Seems like updating the uber jar would help? Core Components are not embedded as a subpackage, it should be embedded as part of ui.apps like the AEM Project Archetype

lydiapuric commented 5 years ago

uber-jar latest version 6.4.2: see https://repo.adobe.com/nexus/content/groups/public/com/adobe/aem/uber-jar/6.4.2/

aem-core-wcm-components latest version 2.2.2, see https://github.com/adobe/aem-core-wcm-components/releases

com.adobe.cq.export.json latest version: 0.1.7-CQ-4226752-B006/, see https://repo.adobe.com/nexus/content/groups/public/com/adobe/cq/com.adobe.cq.export.json/0.1.7-CQ-4226752-B006/

lydiapuric commented 5 years ago

Issue will be fixed together with #7, see PR, see https://github.com/adobe/aem-spa-project-archetype/pull/11

lydiapuric commented 5 years ago

Merged with PR #11