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 09:55:02 UTC

[sling-org-apache-sling-models-api] 22/34: 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

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 <ss...@apache.org>
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
"commits@sling.apache.org" <co...@sling.apache.org>.