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 5a4551a5019e1bfc6135ed148db6c011ee846fa6 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Dec 5 18:17:53 2019 +0100 SLING-8882 Factor out Thymeleaf from sling-scripting-thymeleaf into new feature thymeleaf --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index bad1d17..751a21a 100644 --- a/pom.xml +++ b/pom.xml @@ -537,6 +537,8 @@ <feature>sling-samples-fling</feature> <!-- Composum --> <feature>composum-nodes</feature> + <!-- Thymeleaf --> + <feature>thymeleaf</feature> </installedFeatures> <startupFeatures> <feature>eventadmin</feature>
