This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-distribution.git
commit b35d16e223e175a213e7f54ee626051d2d64ebd9 Author: Oliver Lietz <[email protected]> AuthorDate: Tue Dec 15 20:30:38 2020 +0100 SLING-8473 Provide Sling CMS features add features for CMS author, renderer and standalone --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 505b940..47fcca6 100644 --- a/pom.xml +++ b/pom.xml @@ -168,6 +168,9 @@ <feature>sling-cms</feature> <feature>sling-cms-login</feature> <feature>sling-cms-reference</feature> + <feature>sling-cms-author</feature> + <feature>sling-cms-renderer</feature> + <feature>sling-cms-standalone</feature> <!-- Composum --> <feature>composum-nodes</feature> <!-- Thymeleaf -->
