You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/12/05 19:15:27 UTC

[sling-org-apache-sling-karaf-distribution] 02/02: SLING-8882 Factor out Thymeleaf from sling-scripting-thymeleaf into new feature thymeleaf

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 <ol...@apache.org>
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>