Karthik
Karthik

Reputation: 71

Resolving dependencies for migration AEM 6.0 to 6.2

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.

enter image description here

com.day.cq.replication,version=[5.5,6)-- this is the error.

Upvotes: 2

Views: 415

Answers (1)

Ameesh Trikha
Ameesh Trikha

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

Related Questions