Author: jbonofre
Date: Mon Mar 5 16:54:42 2012
New Revision: 1297128
URL: http://svn.apache.org/viewvc?rev=1297128&view=rev
Log:
[KARAF-1252] Remove import statements for management and shell in the features
core bundle
Modified:
karaf/branches/karaf-2.2.x/features/core/pom.xml
Modified: karaf/branches/karaf-2.2.x/features/core/pom.xml
URL:
http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/features/core/pom.xml?rev=1297128&r1=1297127&r2=1297128&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/features/core/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/features/core/pom.xml Mon Mar 5 16:54:42 2012
@@ -117,11 +117,6 @@
<Export-Package>org.apache.karaf.features;version=${project.version}</Export-Package>
<Import-Package>
!org.apache.karaf.features,
- javax.management,
- javax.management.loading,
- org.apache.felix.service.command,
- org.apache.felix.gogo.commands,
- org.apache.karaf.shell.console,
org.osgi.service.event*;resolution:=optional,
*
</Import-Package>