FELIX-3784 Refactor support for Configuration Admin Service:
  - Split ConfigurationSupport in ManagedService and meta type support
    and check MetatypeProvider API availability to decide
  - Split ConfigManager to dynamically and controllably make use
    of the Configuration Admin service to access configurations and
    the Metatype Service for configuration descriptors

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1425765 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 7d492cd..3ffdab8 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -133,7 +133,6 @@
                         </Export-Package>
                         <Import-Package>
                             org.json.*;version=0,
-							org.osgi.service.metatype;resolution:=optional,
                             javax.servlet.*;version=2.4,
                             org.apache.commons.io; version="[1.4,3)",
                             *
@@ -154,8 +153,7 @@
                         </Include-Resource>
                         <Embed-Dependency>
                             org.apache.felix.utils;inline=org/apache/felix/utils/manifest/**,
-                            org.apache.felix.framework;inline=org/apache/felix/framework/util/VersionRange**,
-                            org.osgi.compendium;inline=org/osgi/service/metatype/**
+                            org.apache.felix.framework;inline=org/apache/felix/framework/util/VersionRange**
                         </Embed-Dependency>
                         <_removeheaders>
                             Embed-Dependency,Private-Package,Include-Resource