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 <[email protected]> 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:="(&(version>=1.0)(!(version>=2.0)))"</Require-Capability> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
