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.22 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-js-provider.git
commit 7c976354dc43fb184a6eae8f11f2a7e13129f213 Author: Radu Cotescu <[email protected]> AuthorDate: Thu Apr 13 09:36:37 2017 +0000 SLING-6780 - org.apache.sling.scripting.sightly.js.provider does not declare a version range for the org.mozilla.javascript import * applied patch from Vlad Băilescu * also made sure that the org.apache.sling.commons.osgi is imported correctly git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/js-use-provider@1791224 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 50a1800..755f063 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,7 @@ <configuration> <exportScr>true</exportScr> <instructions> + <Import-Package>org.mozilla.javascript;version="[1.1,2)",*</Import-Package> <Sling-Bundle-Resources>/libs/sling/sightly/js;path:=/SLING-INF/libs/sling/sightly/js</Sling-Bundle-Resources> <Require-Capability>io.sightly; filter:="(&(version>=1.0)(!(version>=2.0)))"</Require-Capability> </instructions> @@ -127,6 +128,12 @@ <version>1.2.0</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.commons.osgi</artifactId> + <version>2.2.0</version> + <scope>provided</scope> + </dependency> <!-- HTL --> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
