Expand my Community achievements bar.

SOLVED

aem-api dependency for AEM6.0SP2

Avatar

Level 2

Hi,

we are using the following dependency in our project:

            <dependency>
                <groupId>com.adobe.aem</groupId>
                <artifactId>aem-api</artifactId>
                <version>6.0.0.1</version>
            </dependency>

Now we are upgrading to AEM6.0SP2 is there also an update of the above dependency available/needed?

Regards,

Andreas

1 Accepted Solution

Avatar

Correct answer by
Employee

6.0.0.1 is based on AEM6.0, not on SP1 or SP2.

View solution in original post

4 Replies

Avatar

Level 8

Hi,

I browsed the repository and found only version 6.0.0.1 so I think you're ok with that dependency.

scott

Avatar

Correct answer by
Employee

6.0.0.1 is based on AEM6.0, not on SP1 or SP2.

Avatar

Level 2

So, there is no such dependency for the Service Packs? Has some one a pom-dependendy-Snippet of the needed Versions?