<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-elasticsearch</artifactId>
<version>3.8.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='apache-james-elasticsearch', version='3.8.1')
)
<parent> <groupId>org.apache.james</groupId> <artifactId>third-party</artifactId> <version>3.8.1</version> </parent>
compile
|-- com.linagora:metrics-elasticsearch-reporter
provided
|-- ${james.groupId}:james-core
|-- ${james.groupId}:james-server-guice-configuration
|-- ${james.groupId}:james-server-lifecycle-api
|-- io.dropwizard.metrics:metrics-core
|-- javax.annotation:javax.annotation-api
test
|-- ${james.groupId}:apache-james-backends-opensearch
|-- ${james.groupId}:apache-james-backends-opensearch
|-- ${james.groupId}:james-server-testing
|-- ${james.groupId}:metrics-dropwizard
|-- ${james.groupId}:testing-base