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-scripting-groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 452ae39 SLING-11761 Remove JsonBuilderBindingsValuesProvider
452ae39 is described below
commit 452ae3957de72ece7ebb2085eb7731b37ae22fb9
Author: Oliver Lietz <[email protected]>
AuthorDate: Wed Jan 25 12:05:54 2023 +0100
SLING-11761 Remove JsonBuilderBindingsValuesProvider
remove groovy-json dependency also from README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 62b9f7b..4ed6bc3 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,6 @@
This module is part of the [Apache Sling](https://sling.apache.org) project.
-This module provides a script engine for [Sling
Scripting](https://sling.apache.org/documentation/bundles/scripting.html) using
Groovy's
[`GStringTemplateEngine`](http://docs.groovy-lang.org/docs/next/html/documentation/template-engines.html#_gstringtemplateengine).
It requires the `groovy`, `groovy-json` and `groovy-templates` bundles to be
installed separately.
+This module provides a script engine for [Sling
Scripting](https://sling.apache.org/documentation/bundles/scripting.html) using
Groovy's
[`GStringTemplateEngine`](http://docs.groovy-lang.org/docs/next/html/documentation/template-engines.html#_gstringtemplateengine).
It requires the `groovy` and `groovy-templates` bundles to be installed
separately.
See chapter [Template
engines](http://docs.groovy-lang.org/docs/groovy-latest/html/documentation/#_template_engines)
in Groovy's documentation also.