This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.models.api-1.2.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-api.git
commit 759053201aa7dce52605841058340b8f86976337 Author: Stefan Seifert <[email protected]> AuthorDate: Mon May 11 20:53:34 2015 +0000 SLING-4710 do not export javax.inject in sling models API bundle add javax.inject dependency in launchpad from org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0 because the original javax.inject jar is not an osgi bundle git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/models/api@1678823 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 99a4a80..afa5557 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ <extensions>true</extensions> <configuration> <instructions> - <Export-Package>org.apache.sling.models.*,javax.inject;version=0</Export-Package> + <Export-Package>org.apache.sling.models.*</Export-Package> <DynamicImport-Package>org.apache.sling.validation.api.*</DynamicImport-Package> </instructions> </configuration> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
