Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for security (0.41 sec)

  1. maven-core/src/main/resources/META-INF/maven/extension.xml

        <exportedPackage>javax.enterprise.inject.*</exportedPackage>
        -->
    
        <!-- javax.annotation (JSR-250) -->
        <exportedPackage>javax.annotation.*</exportedPackage>
        <exportedPackage>javax.annotation.security.*</exportedPackage>
    
        <exportedPackage>jakarta.inject.*</exportedPackage>
        <exportedPackage>jakarta.annotation.*</exportedPackage>
    
        <!--
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 08 10:37:09 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  2. pom.xml

    							jcifs*;version="${osgi.pkg.version}",
    						</Export-Package>
    						<Private-Package />
    						<Import-Package>
    							javax.servlet*;resolution:=optional,
    							com.sun.security.jgss;resolution:=optional,
    							org.bouncycastle*;version="1.63",
    							!jcifs.internal*,
    							*
    						</Import-Package>
    					</instructions>
    				</configuration>
    			</plugin>
    			<plugin>
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun May 26 04:00:03 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  3. android/pom.xml

            <!--
                In order to build and run the tests against JDK 18+, we need to pass java.security.manager=allow, to make
                the deprecated 'java.lang.SecurityManager' available for use.
             -->
            <jdk>[18,]</jdk>
          </activation>
          <properties>
            <test.add.args>-Djava.security.manager=allow</test.add.args>
          </properties>
        </profile>
      </profiles>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  4. pom.xml

            <!--
                In order to build and run the tests against JDK 18+, we need to pass java.security.manager=allow, to make
                the deprecated 'java.lang.SecurityManager' available for use.
             -->
            <jdk>[18,]</jdk>
          </activation>
          <properties>
            <test.add.args>-Djava.security.manager=allow</test.add.args>
          </properties>
        </profile>
      </profiles>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top