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 115e952d3935a0786a812355e6876291c7c6e101
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Apr 13 11:19:07 2017 +0000

    SLING-6780 - org.apache.sling.scripting.sightly.js.provider does not 
declare a version range for the org.mozilla.javascript import
    
    * switched to depending on the org.apache.servicemix.bundles.rhino bundle, 
so that bnd defines the correct imports
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/js-use-provider@1791227
 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 755f063..bb45c3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,6 @@
                 <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:="(&amp;(version&gt;=1.0)(!(version&gt;=2.0)))"</Require-Capability>
                     </instructions>
@@ -178,9 +177,9 @@
 
         <!-- Rhino -->
         <dependency>
-            <groupId>org.mozilla</groupId>
-            <artifactId>rhino</artifactId>
-            <version>1.7R4</version>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.rhino</artifactId>
+            <version>1.7.7.1_1</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to