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 2017/03/01 08:42:58 UTC

svn commit: r1784878 - /sling/site/trunk/content/documentation/bundles/scripting/scripting-thymeleaf.mdtext

Author: olli
Date: Wed Mar  1 08:42:58 2017
New Revision: 1784878

URL: http://svn.apache.org/viewvc?rev=1784878&view=rev
Log:
SLING-6557 Remove embedded AttoParser, Unbescape and OGNL dependencies from bundle

update documentation

Modified:
    sling/site/trunk/content/documentation/bundles/scripting/scripting-thymeleaf.mdtext

Modified: sling/site/trunk/content/documentation/bundles/scripting/scripting-thymeleaf.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/scripting/scripting-thymeleaf.mdtext?rev=1784878&r1=1784877&r2=1784878&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/scripting/scripting-thymeleaf.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/scripting/scripting-thymeleaf.mdtext Wed Mar  1 08:42:58 2017
@@ -15,13 +15,15 @@ Sling Scripting Thymeleaf is the scripti
 
 # 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:
 
-    karaf@root()> feature:repo-add mvn:org.apache.sling/org.apache.sling.karaf-features/0.1.1-SNAPSHOT/xml/features
     karaf@root()> feature:install sling-scripting-thymeleaf
 
 **Note:** Sling Scripting Thymeleaf requires an implementation of OSGi Declarative Services 1.3 (e.g. [Apache Felix Service Component Runtime](http://felix.apache.org/documentation/subprojects/apache-felix-service-component-runtime.html) 2.0.0 or greater)