FELIX-1630 Create AbstractConfigurationPrinter from which new PreferencesConfigurationPrinter
and ConfigurationAdminConfigurationPrinter extend. The latter two take the Preferences Service
and Configuration Admin printing functionality formerly included in the ConfigurationRender
itself. Also include the OSGi ServiceTracker in the bundle directly.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@817967 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 2d763d9..118a4aa 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -87,6 +87,10 @@
                                     org/apache/felix/bundlerepository/Util.class|
                                     org/apache/felix/bundlerepository/VersionRange.class,
                             
+                            <!-- ServiceTracker -->
+                            org.osgi.compendium;
+                                inline=org/osgi/util/tracker/*,
+                                
                             <!-- Required for JSON data transfer -->
                             json,