You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:12:40 UTC

[sling-org-apache-sling-scripting-sightly-testing-content] 02/16: SLING-4712 - Make Sightly testing-content explicitly import javax.inject 1.0.0

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.testing-content-1.0.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git

commit 6d1dee8e64914b00cf77686c87ff1f8a0e040b1b
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue May 12 15:48:56 2015 +0000

    SLING-4712 - Make Sightly testing-content explicitly import javax.inject 1.0.0
    
    * added explicit package import for javax.inject
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/testing-content@1678984 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index be05001..07df816 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,6 +137,10 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                        <Import-Package>
+                            javax.inject;version=1.0.0,
+                            *
+                        </Import-Package>
                         <Sling-Initial-Content>SLING-INF;overwrite=true</Sling-Initial-Content>
                         <Sling-Model-Packages>org.apache.sling.scripting.sightly.testing.models</Sling-Model-Packages>
                         <Require-Capability>io.sightly; filter:="(&amp;(version&gt;=1.0)(!(version&gt;=2.0)))"</Require-Capability>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.