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

svn commit: r1328215 - /karaf/cellar/branches/cellar-2.2.x/hazelcast/pom.xml

Author: jbonofre
Date: Fri Apr 20 06:20:50 2012
New Revision: 1328215

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

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

Modified: karaf/cellar/branches/cellar-2.2.x/hazelcast/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/hazelcast/pom.xml?rev=1328215&r1=1328214&r2=1328215&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/hazelcast/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/hazelcast/pom.xml Fri Apr 20 06:20:50 2012
@@ -37,7 +37,6 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <osgi.ignore>com.hazelcast.merge</osgi.ignore>
         <osgi.import>
-            !org.apache.karaf.cellar.hazelcast*,
             !com.hazelcast.merge,
             com.hazelcast*,
             org.apache.karaf.cellar.core*;version="${project.version}",
@@ -47,8 +46,8 @@
             org.apache.karaf.cellar.features;version="${project.version}",
             org.apache.karaf.cellar.utils.ping;version="${project.version}",
             org.apache.karaf.features;version="[2,4)",
-            org.osgi.framework;version="[1.5,2)",
-            *
+            org.osgi*,
+            org.slf4j;resolution:=optional
         </osgi.import>
         <osgi.dynamic.import>javax.*,org.w3c.*,org.xml.*</osgi.dynamic.import>
         <osgi.export>