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:39 UTC

svn commit: r1328212 - /karaf/cellar/branches/cellar-2.2.x/dosgi/pom.xml

Author: jbonofre
Date: Fri Apr 20 06:19:39 2012
New Revision: 1328212

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

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

Modified: karaf/cellar/branches/cellar-2.2.x/dosgi/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/dosgi/pom.xml?rev=1328212&r1=1328211&r2=1328212&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/dosgi/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/dosgi/pom.xml Fri Apr 20 06:19:39 2012
@@ -36,7 +36,6 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <osgi.import>
-            !org.apache.karaf.cellar.dosgi*,
             org.apache.karaf.cellar.core*;version="${project.version}",
             org.apache.karaf.cellar.hazelcast;version="${project.version}",
             org.apache.felix.service.command,
@@ -44,7 +43,8 @@
             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.osgi*,
+            org.slf4j;resolution:=optional
         </osgi.import>
         <osgi.dynamic.import>javax.*,org.w3c.*,org.xml.*</osgi.dynamic.import>
         <osgi.export>