Put here the JAR files for dependencies, if you are using JRuby.

To be added here:

lucene-analyzers-{version}.jar
lucene-core-{version}.jar

Actually tested with Lucene 2.9 to 3.6, inclusive.

Recommended to use:
- If you expect compatibility with a future version for .NET, you must use Lucene 3.0
  (because Lucene.NET, today in 2015, is still only compatible with Lucene 3.0)
- else, and in particular if you expect compatibility with OmegaT, use Lucene 3.6
Remember that Lucene indexes ensure only compatibility with older versions, not with newer ones.

Later on, Exilis written in Ruby may have flexible way to select correct release of Lucene.
This is not necessarily easy, because Apache regularly changes their API, but we will try.
That said, don't forget that successive releases of Apache Lucene only ensure ascending compatibility:
if you use Exilis with multiple client tools, the fact that one of them uses a recent release can break compatilility with other clients.
