Modified Import-Package header consequently to Richard Class loading bug fixing
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@392281 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.upnp.tester/pom.xml b/org.apache.felix.upnp.tester/pom.xml
index 3a708fe..4e990c1 100644
--- a/org.apache.felix.upnp.tester/pom.xml
+++ b/org.apache.felix.upnp.tester/pom.xml
@@ -50,7 +50,7 @@
<bundleSymbolicName>org.apache.felix.upnp.tester</bundleSymbolicName>
<bundleActivator>org.apache.felix.upnp.tester.Activator</bundleActivator>
<importPackage>
- org.osgi.framework;specification-version=1.3,org.osgi.service.upnp;specification-version=1.1,org.apache.felix.upnp.extra.util;specification-version=1.0,org.apache.felix.upnp.extra.controller;specification-version=1.0
+ javax.swing,javax.swing.event,javax.swing.tree,javax.swing.table,javax.swing.text,org.osgi.framework;specification-version=1.3,org.osgi.service.upnp;specification-version=1.1,org.apache.felix.upnp.extra.util;specification-version=1.0,org.apache.felix.upnp.extra.controller;specification-version=1.0
</importPackage>
</osgiManifest>
<manifestFile>src/main/resources/META-INF/Manifest.mf</manifestFile>