Set Maven dependencies for an Infinispan Lucene directory

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1713

This topic has not yet been written. The content below is from the topic description.
Maven dependencies All you need is org.infinispan:infinispan-lucene-directory; you might optionally want a transaction manager, in case you want to use Infinispan transactions to wrap index changes. In the most simple configuration you'll have:            org.infinispan       infinispan-lucene-directory       4.2.0.FINAL      You might want to add log4j and optionally a transaction manager. Early versions of the Infinispan Lucene Directory where needing a transaction manager, this is no longer mandatory.