You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/04/20 17:21:52 UTC

svn commit: r1328408 - /karaf/cellar/trunk/obr/pom.xml

Author: jbonofre
Date: Fri Apr 20 15:21:51 2012
New Revision: 1328408

URL: http://svn.apache.org/viewvc?rev=1328408&view=rev
Log:
[KARAF-1383] Fix warning messages in Cellar OBR bundle

Modified:
    karaf/cellar/trunk/obr/pom.xml

Modified: karaf/cellar/trunk/obr/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/trunk/obr/pom.xml?rev=1328408&r1=1328407&r2=1328408&view=diff
==============================================================================
--- karaf/cellar/trunk/obr/pom.xml (original)
+++ karaf/cellar/trunk/obr/pom.xml Fri Apr 20 15:21:51 2012
@@ -36,14 +36,15 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <osgi.import>
-            !org.apache.karaf.cellar.obr*,
             org.apache.karaf.cellar.core*;version=${project.version},
             org.apache.felix.service.command,
             org.apache.felix.gogo.commands,
-            org.apache.karaf.shell.console;version="[2.2,4)",
-            org.apache.karaf.shell.console.commands;version="[2.2,4)",
-            org.apache.karaf.shell.console.completer;version="[2.2,4)",
-            *
+            org.apache.karaf.shell.console;version="[3,4)",
+            org.apache.karaf.shell.console.commands;version="[3,4)",
+            org.apache.karaf.shell.console.completer;version="[3,4)",
+            org.apache.karaf.shell.commands;version="[3,4)",
+            org.osgi*,
+            org.slf4j;resolution:=optional
         </osgi.import>
         <osgi.dynamic.import>
             org.apache.felix.bundlerepository,