Modified pom to ignore some import packages that are not actually used.
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@412979 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.bundlerepository/pom.xml b/org.apache.felix.bundlerepository/pom.xml
index 303b206..a47bc3e 100644
--- a/org.apache.felix.bundlerepository/pom.xml
+++ b/org.apache.felix.bundlerepository/pom.xml
@@ -43,6 +43,7 @@
<bundleUrl>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/${pom.artifactId}-${pom.version}.jar</bundleUrl>
<bundleSource>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/${pom.artifactId}-${pom.version}-src.jar</bundleSource>
<bundleSymbolicName>${pom.artifactId}</bundleSymbolicName>
+ <ignorePackage>javax.xml.parsers,org.xml.sax</ignorePackage>
<dynamicImportPackage>org.apache.felix.shell</dynamicImportPackage>
<exportPackage>org.osgi.service.obr</exportPackage>
<exportService>org.osgi.service.obr.RepositoryAdmin</exportService>