This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit bf79fe5871fcbe218d159fa9f0b30bfeef21e9dd Author: Oliver Lietz <[email protected]> AuthorDate: Wed Mar 1 08:41:50 2017 +0000 SLING-6557 Remove embedded AttoParser, Unbescape and OGNL dependencies from bundle update README git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1784877 13f79535-47bb-0310-9956-ffa450edef68 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c562d5c..efedfad 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,11 @@ Features Installation ------------ -For running Sling Scripting Thymeleaf with Sling's Launchpad some dependencies need to be resolved. This can be achieved by installing the following bundle: +For running Sling Scripting Thymeleaf with Sling's Launchpad some dependencies need to be resolved. This can be achieved by installing the following bundles: + mvn:org.attoparser/attoparser/2.0.2.RELEASE + mvn:org.unbescape/unbescape/1.1.4.RELEASE + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ognl/3.2_1 mvn:org.javassist/javassist/3.20.0-GA There is a feature for [Karaf](https://github.com/apache/sling/tree/trunk/contrib/launchpad/karaf): -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
