Maven dependencies the AEM 6.5
Documentation: https://wcm.io/tooling/maven/aem-dependencies.html
Issues: https://github.com/wcm-io/io.wcm.maven.aem-dependencies/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.maven.aem-dependencies/actions
Commercial support: https://wcm.io/commercial-support.html
This POM defines Maven dependencies for AEM 6.5, including those that are not defined in the uber-jar
API JAR provided by Adobe. Additionally, the POM includes Sling-internal dependencies required for AEM Mocks in exactly the versions included in the AEM version.
The version number of the artifact matches the AEM and service pack level version, plus a last part (4 digits) which is the revision number added by the wcm.io project, and is incremented if a fix or update of the POM needs to be published for the same AEM version.
To import the dependencies in your AEM project use:
<dependency>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-dependencies</artifactId>
<version><!-- latest version, see above --></version>
<type>pom</type>
<scope>import</scope>
</dependency>