<dependency>
<groupId>org.apache.geode</groupId>
<artifactId>geode-lucene</artifactId>
<version>1.0.0-incubating.M3</version>
</dependency>
@Grapes(
@Grab(group='org.apache.geode', module='geode-lucene', version='1.0.0-incubating.M3')
)
compile
|-- org.apache.lucene:lucene-queries:6.0.0
|-- org.apache.lucene:lucene-analyzers-common:6.0.0
|-- org.apache.geode:geode-core:1.0.0-incubating.M3
|-- org.apache.geode:geode-common:1.0.0-incubating.M3
|-- org.apache.lucene:lucene-queryparser:6.0.0
|-- org.apache.lucene:lucene-core:6.0.0
test
|-- org.assertj:assertj-core:3.4.1
|-- com.jayway.awaitility:awaitility:1.7.0
|-- org.jmock:jmock-legacy:2.8.2
|-- junit:junit:4.12
|-- eu.codearte.catch-exception:catch-throwable:1.4.4
|-- org.mockito:mockito-core:1.10.19
|-- com.github.stefanbirkner:system-rules:1.16.0
|-- eu.codearte.catch-exception:catch-exception:1.4.4
|-- com.google.code.tempus-fugit:tempus-fugit:1.1
|-- pl.pragmatists:JUnitParams:1.0.5
|-- org.apache.lucene:lucene-test-framework:6.0.0
|-- org.hamcrest:hamcrest-all:1.3
|-- org.jmock:jmock-junit4:2.8.2
|-- org.apache.geode:geode-junit:1.0.0-incubating.M3