Facing Issue during startup in AEM6.1
- November 3, 2015
- 4 replies
- 1214 views
Hi,
I installed AEM 6.1 instance in my desktop.I am migrating my changes from AEM 6.0 to AEM 6.1.After migrating on wards, facing an issue as attached during startup. Please guide me how to resolve this
I have added the POM dependency as below.It also affects the custom components behavior.
<dependency>
<groupId>com.adobe.cq.commerce</groupId>
<artifactId>cq-commerce-core</artifactId>
<version>5.13.12</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.adobe.cq.wcm</groupId>
<artifactId>cq-geometrixx-commons-core</artifactId>
<version>1.0.12</version>
<scope>provided</scope>
</dependency>
Thanks,
Kirithi