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-starter.git
commit 4bcafa5ac43dde8a7121add85680d3630674a250 Author: Oliver Lietz <[email protected]> AuthorDate: Fri Sep 18 21:37:25 2020 +0200 SLING-9747 Add Scripting Thymeleaf --- src/main/features/scripting.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/src/main/features/scripting.json b/src/main/features/scripting.json index 9fdeae8..6f58d8c 100644 --- a/src/main/features/scripting.json +++ b/src/main/features/scripting.json @@ -68,6 +68,30 @@ { "id": "org.freemarker:freemarker:2.3.30", "start-order": "20" + }, + { + "id":"org.apache.sling:org.apache.sling.scripting.thymeleaf:2.0.2", + "start-order":"20" + }, + { + "id":"org.apache.servicemix.bundles:org.apache.servicemix.bundles.thymeleaf:3.0.11.RELEASE_1", + "start-order":"20" + }, + { + "id":"org.attoparser:attoparser:2.0.5.RELEASE", + "start-order":"20" + }, + { + "id":"org.unbescape:unbescape:1.1.6.RELEASE", + "start-order":"20" + }, + { + "id":"org.apache.servicemix.bundles:org.apache.servicemix.bundles.ognl:3.2.1_1", + "start-order":"20" + }, + { + "id":"org.javassist:javassist:3.27.0-GA", + "start-order":"20" } ], "configurations":{ @@ -79,7 +103,8 @@ "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~scripting":{ "user.mapping":[ "org.apache.sling.scripting.core=sling-scripting", - "org.apache.sling.scripting.sightly.js.provider=sling-scripting" + "org.apache.sling.scripting.sightly.js.provider=sling-scripting", + "org.apache.sling.scripting.thymeleaf=sling-scripting" ] } },
