You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/11/16 00:04:38 UTC

svn commit: r1410093 - /karaf/branches/karaf-2.2.x/jaas/modules/pom.xml

Author: jbonofre
Date: Thu Nov 15 23:04:37 2012
New Revision: 1410093

URL: http://svn.apache.org/viewvc?rev=1410093&view=rev
Log:
[KARAF-1936] Force import of javax.net for the LDAPLoginModule

Modified:
    karaf/branches/karaf-2.2.x/jaas/modules/pom.xml

Modified: karaf/branches/karaf-2.2.x/jaas/modules/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/jaas/modules/pom.xml?rev=1410093&r1=1410092&r2=1410093&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/jaas/modules/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/jaas/modules/pom.xml Thu Nov 15 23:04:37 2012
@@ -106,6 +106,7 @@
                 <configuration>
                     <instructions>
                         <Import-Package>
+                            javax.net,
                             org.apache.karaf.jaas.config,
                             org.apache.aries.blueprint.ext,
                             *