You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ha...@apache.org on 2011/07/28 08:26:39 UTC

svn commit: r1151742 - /geronimo/server/trunk/framework/modules/geronimo-system/pom.xml

Author: hanhongfang
Date: Thu Jul 28 06:26:38 2011
New Revision: 1151742

URL: http://svn.apache.org/viewvc?rev=1151742&view=rev
Log:
GERONIMO-6099 Can't connect to Jconsole via secure JMX Connector

Modified:
    geronimo/server/trunk/framework/modules/geronimo-system/pom.xml

Modified: geronimo/server/trunk/framework/modules/geronimo-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-system/pom.xml?rev=1151742&r1=1151741&r2=1151742&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-system/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-system/pom.xml Thu Jul 28 06:26:38 2011
@@ -186,8 +186,14 @@
                 <configuration>
                     <instructions>
                         <!--<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>-->
-                        <Import-Package>org.apache.log4j.helpers;resolution:=optional,
-                            *</Import-Package>
+                        <Import-Package>javax.security.auth,
+                        javax.security.auth.callback,
+                        javax.security.auth.kerberos,
+                        javax.security.auth.login,
+                        javax.security.auth.spi,
+                        javax.security.auth.x500,
+                        org.apache.log4j.helpers;resolution:=optional,
+                        *</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>