This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.js.provider-1.0.12 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-js-provider.git
commit 7103b299cd97da3092c0505cbd7a344412206bcd Author: Radu Cotescu <[email protected]> AuthorDate: Thu Jun 16 16:07:57 2016 +0000 SLING-5787 - Modularise the Sightly script engine * implemented front-end + back-end compilers * added new dependency to the JavaScript + Sling Models use providers in order to use version 2.0.0 of the org.apache.sling.scripting.sightly.render API package * adapted tests (closes #147) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/js-use-provider@1748750 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3386c8b..a33e406 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,19 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.scripting.sightly</artifactId> - <version>1.0.2</version> + <version>1.0.19-SNAPSHOT</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId> + <version>0.0.1-SNAPSHOT</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId> + <version>0.0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
