Author: olamy
Date: Fri Feb 24 15:07:50 2012
New Revision: 1293285
URL: http://svn.apache.org/viewvc?rev=1293285&view=rev
Log:
fix osgi import
Modified:
incubator/directmemory/trunk/integrations/solr/pom.xml
Modified: incubator/directmemory/trunk/integrations/solr/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/integrations/solr/pom.xml?rev=1293285&r1=1293284&r2=1293285&view=diff
==============================================================================
--- incubator/directmemory/trunk/integrations/solr/pom.xml (original)
+++ incubator/directmemory/trunk/integrations/solr/pom.xml Fri Feb 24 15:07:50
2012
@@ -35,7 +35,8 @@ under the License.
<properties>
<osgi.import>
org.apache.directmemory.*,
- org.apache.solr.*
+ org.apache.solr.*,
+ org.slf4j.*
</osgi.import>
<osgi.export>org.apache.directmemory.examples.*;version="${project.version}</osgi.export>
</properties>