You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2019/09/03 15:11:38 UTC

svn commit: r1866323 - /geronimo/specs/trunk/geronimo-security_1.0_spec/pom.xml

Author: jlmonteiro
Date: Tue Sep  3 15:11:38 2019
New Revision: 1866323

URL: http://svn.apache.org/viewvc?rev=1866323&view=rev
Log:
make sure we do not include extra classes like JASPIC APIs

Modified:
    geronimo/specs/trunk/geronimo-security_1.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-security_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-security_1.0_spec/pom.xml?rev=1866323&r1=1866322&r2=1866323&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-security_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-security_1.0_spec/pom.xml Tue Sep  3 15:11:38 2019
@@ -86,7 +86,7 @@
                 <version>3.5.0</version>
                 <configuration>
                     <instructions>
-                        <Export-Package>javax.security*;version=1.0</Export-Package>
+                        <Export-Package>javax.security.enterprise*;version=1.0</Export-Package>
                         <Provide-Capability><![CDATA[
                             osgi.contract;osgi.contract=JavaSecurity;uses:="${packages;NAMED;javax.*}";version:List<Version>='1.0'
                         ]]></Provide-Capability>