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 4157d79f49c1cae1bca149f644417e9060def278 Author: Oliver Lietz <[email protected]> AuthorDate: Fri Sep 18 21:36:05 2020 +0200 SLING-9746 Add Scripting FreeMarker --- src/main/features/scripting.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/features/scripting.json b/src/main/features/scripting.json index 45c4205..9fdeae8 100644 --- a/src/main/features/scripting.json +++ b/src/main/features/scripting.json @@ -60,6 +60,14 @@ { "id":"org.apache.sling:org.apache.sling.scripting.sightly:1.4.2-1.4.0", "start-order":"20" + }, + { + "id":"org.apache.sling:org.apache.sling.scripting.freemarker:1.0.2", + "start-order":"20" + }, + { + "id": "org.freemarker:freemarker:2.3.30", + "start-order": "20" } ], "configurations":{
