This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 74e2e669373c0ff187417e9a7aa8ce875fa4e33b
Author: Dan Klco <[email protected]>
AuthorDate: Wed Feb 3 16:32:29 2021 -0500

    Minor: Adding sling security as a bundled dependency
---
 feature/src/main/features/cms/dependencies.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/feature/src/main/features/cms/dependencies.json 
b/feature/src/main/features/cms/dependencies.json
index 00da983..967ba7e 100644
--- a/feature/src/main/features/cms/dependencies.json
+++ b/feature/src/main/features/cms/dependencies.json
@@ -211,6 +211,10 @@
         {
             "id": "org.codehaus.groovy:groovy-xml:${groovy-version}",
             "start-order": "20"
+        },
+        {
+            "id": "org.apache.sling:org.apache.sling.security:1.1.20",
+            "start-order": "20"
         }
     ],
     "configurations": {

Reply via email to