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 08:19:15 UTC

svn commit: r1328211 - /karaf/cellar/branches/cellar-2.2.x/core/pom.xml

Author: jbonofre
Date: Fri Apr 20 06:19:14 2012
New Revision: 1328211

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

Modified:
    karaf/cellar/branches/cellar-2.2.x/core/pom.xml

Modified: karaf/cellar/branches/cellar-2.2.x/core/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/core/pom.xml?rev=1328211&r1=1328210&r2=1328211&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/core/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/core/pom.xml Fri Apr 20 06:19:14 2012
@@ -35,9 +35,9 @@
 
     <properties>
         <osgi.import>
-            !org.apache.karaf.cellar.core*,
             org.apache.karaf.shell.console*;version="[2,4)",
-            *
+            org.osgi*,
+            org.slf4j;resolution:=optional
         </osgi.import>
         <osgi.dynamic.import>javax.*,org.w3c.*,org.xml.*</osgi.dynamic.import>
         <osgi.export>