This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Declare the embedded in the corressponding section --> | |
<!-- Netcentric ACL Tool --> | |
<embedded> | |
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId> | |
<artifactId>accesscontroltool-package</artifactId> | |
<!-- classifier used for AEM as a Cloud Service instance --> | |
<classifier>cloud</classifier> | |
<type>content-package</type> | |
<target>/apps/techrevel-vendor-packages/application/install</target> | |
</embedded> | |
<embedded> | |
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId> | |
<artifactId>accesscontroltool-oakindex-package</artifactId> | |
<type>zip</type> | |
<!-- classifier used for AEM as a Cloud Service instance --> | |
<classifier>cloud</classifier> | |
<target>/apps/techrevel-vendor-packages/application/install</target> | |
</embedded> | |
<dependency> | |
<groupId>com.techrevel</groupId> | |
<artifactId>techrevel.acl</artifactId> | |
<version>${project.version}</version> | |
<type>zip</type> | |
</dependency> | |
<!-- Declare the dependencies in the corressponding section --> | |
<!-- Netcentric ACL Tool --> | |
<dependency> | |
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId> | |
<artifactId>accesscontroltool-package</artifactId> | |
<!-- classifier used for AEM as a Cloud Service instance --> | |
<classifier>cloud</classifier> | |
<type>content-package</type> | |
</dependency> | |
<!-- Oak Index for Netcentric ACL Tool --> | |
<dependency> | |
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId> | |
<artifactId>accesscontroltool-oakindex-package</artifactId> | |
<!-- classifier used for AEM as a Cloud Service instance --> | |
<classifier>cloud</classifier> | |
<type>zip</type> | |
</dependency> | |
<dependency> | |
<groupId>com.techrevel</groupId> | |
<artifactId>techrevel.acl</artifactId> | |
<version>3.0.9</version> | |
<type>zip</type> | |
</dependency> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment