Applied patch (FELIX-482) to use logger instead of System.err.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@681469 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundlerepository/pom.xml b/bundlerepository/pom.xml
index d71410e..0ed8cb7 100644
--- a/bundlerepository/pom.xml
+++ b/bundlerepository/pom.xml
@@ -45,6 +45,12 @@
       <artifactId>kxml2</artifactId>
       <version>2.2.2</version>
     </dependency>
+    <dependency>
+        <groupId>${pom.groupId}</groupId>
+        <artifactId>org.osgi.compendium</artifactId>
+        <version>1.1.0-SNAPSHOT</version>
+        <optional>true</optional>
+    </dependency>
   </dependencies>
   <build>
     <plugins>
@@ -57,7 +63,7 @@
           <instructions>
             <Export-Package>org.osgi.service.obr</Export-Package>
             <Private-Package>org.kxml2.*,org.xmlpull.*;-split-package:=merge-first,org.apache.felix.bundlerepository.*</Private-Package>
-            <Import-Package>!javax.xml.parsers,!org.xml.sax,*</Import-Package>
+            <Import-Package>!javax.xml.parsers,!org.xml.sax,org.osgi.service.log; version="1.3.0"; resolution:=optional,*</Import-Package>
             <DynamicImport-Package>org.apache.felix.shell</DynamicImport-Package>
             <Bundle-Activator>${pom.artifactId}.Activator</Bundle-Activator>
             <Bundle-DocURL>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/</Bundle-DocURL>