Reputation: 71
Hi I have trying to start the bundle in 6.2 as part of migration from 6.0.
I have included UBER jar and still bundle is not started.
com.day.cq.replication,version=[5.5,6)-- this is the error.
Upvotes: 2
Views: 415
Reputation: 1712
Following is available in AEM 6.2 and that's what your POM should reflect -
For CQ Replication
<groupId>com.adobe.granite</groupId>
<artifactId>com.adobe.granite.replication.core</artifactId>
<version>6.0.14</version>
Upvotes: 1