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:20:27 UTC

svn commit: r1328214 - /karaf/cellar/branches/cellar-2.2.x/features/pom.xml

Author: jbonofre
Date: Fri Apr 20 06:20:27 2012
New Revision: 1328214

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

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

Modified: karaf/cellar/branches/cellar-2.2.x/features/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/features/pom.xml?rev=1328214&r1=1328213&r2=1328214&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/features/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/features/pom.xml Fri Apr 20 06:20:27 2012
@@ -36,16 +36,15 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <osgi.import>
-            !org.apache.karaf.cellar.features*,
             org.apache.karaf.cellar.core*;version="${project.version}",
-            org.apache.karaf.cellar.common*;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.features*;version="[2.2,4)",
-            *
+            org.osgi*,
+            org.slf4j;resolution:=optional
         </osgi.import>
         <osgi.dynamic.import>javax.*,org.w3c.*,org.xml.*</osgi.dynamic.import>
         <osgi.export>