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-models-provider.git
The following commit(s) were added to refs/heads/master by this push:
new 4ca05d5 SLING-8012 - Extract an HTL runtime bundle from the existing
HTL modules
4ca05d5 is described below
commit 4ca05d52ab1852de1e12e6b23ec68c534b6a57d9
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Oct 18 16:23:47 2018 +0200
SLING-8012 - Extract an HTL runtime bundle from the existing HTL modules
* updated dependencies
---
pom.xml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1106167..98155a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,10 @@
<configuration>
<exportScr>true</exportScr>
<instructions>
- <Require-Capability>io.sightly;
filter:="(&(version>=1.0)(!(version>=2.0)))"</Require-Capability>
+ <Require-Capability>
+ io.sightly.runtime;
filter:="(&(version>=1.0)(!(version>=2.0)))",
+ io.sightly;
filter:="(&(version>=1.0)(!(version>=2.0)))"
+ </Require-Capability>
</instructions>
</configuration>
</plugin>
@@ -120,8 +123,8 @@
<!-- HTL -->
<dependency>
<groupId>org.apache.sling</groupId>
-
<artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
- <version>1.0.0</version>
+ <artifactId>org.apache.sling.scripting.sightly.runtime</artifactId>
+ <version>1.0.0-1.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>