Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi,
I can't find the equivalent of the cq-quickstart-product-dependencies POM for AEM 6.0 (see http://dev.day.com/docs/en/cq/aem-how-tos/development/how-to-build-aem-projects-using-apache-maven.h... Add Dependencies for background).
Is there such a POM anywhere under different maven co-ordinates, or for now do we simply have to resolve all dependencies ourselves via the console & add to our top level POM ?
Thanks.
Solved! Go to Solution.
There is only one dependency now and no need to import the pom to the dependency. (I could say a lot about that...)
Just add this as a dependency on the root pom or in all poms that needs it.
<
dependency
>
groupid
>com.adobe.aem</
artifactid
>aem-api</
version
>6.0.0.1</
scope
>provided</
</
View solution in original post
Thanks Ove, exactly what I was looking for.
Views
Likes
Replies