Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcm-io/io.wcm.maven.aem-dependencies
Maven dependencies for AEM 6.5
https://github.com/wcm-io/io.wcm.maven.aem-dependencies
adobe-experience-manager aem maven tooling wcm-io
Last synced: about 11 hours ago
JSON representation
Maven dependencies for AEM 6.5
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.maven.aem-dependencies
- Owner: wcm-io
- License: apache-2.0
- Created: 2022-01-06T16:25:53.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-12T11:55:19.000Z (4 months ago)
- Last Synced: 2024-07-12T13:45:48.485Z (4 months ago)
- Topics: adobe-experience-manager, aem, maven, tooling, wcm-io
- Language: Groovy
- Homepage:
- Size: 454 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
wcm.io AEM Dependencies
======
[![Build](https://github.com/wcm-io/io.wcm.maven.aem-dependencies/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io/io.wcm.maven.aem-dependencies/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm.maven/io.wcm.maven.aem-dependencies)](https://repo1.maven.org/maven2/io/wcm/maven/io.wcm.maven.aem-dependencies/)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## Usage
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](https://wcm.io/testing/aem-mock/) 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:
```xml
io.wcm.maven
io.wcm.maven.aem-dependencies
pom
import```