Last active
May 5, 2020 20:51
-
-
Save aanchalsikka/bb3dae1d9067b630c6f7d1d44b23038c to your computer and use it in GitHub Desktop.
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
<!-- Netcentric ACL Tool --> | |
<dependency> | |
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId> | |
<artifactId>accesscontroltool-package</artifactId> | |
<type>content-package</type> | |
<version>2.5.3</version> | |
</dependency> | |
<!-- Oak Index for netcentric ACL Tool --> | |
<dependency> | |
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId> | |
<artifactId>accesscontroltool-oakindex-package</artifactId> | |
<type>zip</type> | |
<version>2.5.3</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment