<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-backends-es-v7</artifactId>
<version>3.7.5</version>
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='apache-james-backends-es-v7', version='3.7.5')
)
<parent> <groupId>org.apache.james</groupId> <artifactId>james-backends-common</artifactId> <version>3.7.5</version> </parent>
compile
|-- ${james.groupId}:james-core
|-- ${james.groupId}:james-server-util
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.4
|-- com.github.fge:throwing-lambdas
|-- io.github.openfeign:feign-core
|-- io.github.openfeign:feign-slf4j
|-- javax.annotation:javax.annotation-api
|-- org.apache.commons:commons-configuration2
|-- org.apache.logging.log4j:log4j-to-slf4j:2.17.1
|-- org.elasticsearch.client:elasticsearch-rest-high-level-client:7.10.2
|-- org.slf4j:log4j-over-slf4j
test
|-- ${james.groupId}:james-server-testing