Dynamically import LogService and user LogService class name (and not class) to name
the service to enable starting the ConfigurationManager without the LogService.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@571388 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configadmin/pom.xml b/configadmin/pom.xml
index f088997..a36c24b 100644
--- a/configadmin/pom.xml
+++ b/configadmin/pom.xml
@@ -69,6 +69,9 @@
                         <Bundle-Activator>
                             org.apache.felix.cm.impl.ConfigurationManager
                         </Bundle-Activator>
+                        <DynamicImport-Package>
+                            org.osgi.service.log
+                        </DynamicImport-Package>
                     </instructions>
                 </configuration>
             </plugin>