This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-js-provider.git
The following commit(s) were added to refs/heads/master by this push:
new 294481c SLING-8012 - Extract an HTL runtime bundle from the existing
HTL modules
294481c is described below
commit 294481cc34f8e2c0d7101605b329ba89ed16216d
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Oct 18 16:23:13 2018 +0200
SLING-8012 - Extract an HTL runtime bundle from the existing HTL modules
* updated dependencies
---
pom.xml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 58a2fed..404410a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,7 @@
<instructions>
<Sling-Bundle-Resources>/libs/sling/sightly/js;path:=/SLING-INF/libs/sling/sightly/js</Sling-Bundle-Resources>
<Require-Capability>
+ io.sightly.runtime;
filter:="(&(version>=1.0)(!(version>=2.0)))"
io.sightly;
filter:="(&(version>=1.0)(!(version>=2.0)))",
osgi.implementation;filter:="(&(osgi.implementation=org.apache.sling.scripting.javascript.rhinoscriptengine)(version>=1.7.7.1)(!(version>=2.0.0)))"
</Require-Capability>
@@ -141,16 +142,14 @@
<!-- HTL -->
<dependency>
<groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.scripting.sightly</artifactId>
- <!-- reset to 1.0.34 after the release is public -->
- <version>1.0.34</version>
+ <artifactId>org.apache.sling.scripting.sightly.runtime</artifactId>
+ <version>1.0.0-1.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
-
<artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
- <!-- reset to 1.0.10 after the release is public -->
- <version>1.0.10</version>
+ <artifactId>org.apache.sling.scripting.sightly</artifactId>
+ <version>1.1.0-1.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>