<dependency>
<groupId>com.velocidi</groupId>
<artifactId>apso-elasticsearch_2.13</artifactId>
<version>0.19.7</version>
</dependency>
@Grapes(
@Grab(group='com.velocidi', module='apso-elasticsearch_2.13', version='0.19.7')
)
compile
|-- org.scala-lang:scala-library:2.13.15
|-- org.apache.httpcomponents:httpasyncclient:4.1.5
|-- org.apache.httpcomponents:httpclient:4.5.14
|-- org.apache.httpcomponents:httpcore:4.4.16
|-- io.circe:circe-core_2.13:0.14.10
|-- com.sksamuel.elastic4s:elastic4s-client-esjava_2.13:7.16.3
|-- com.sksamuel.elastic4s:elastic4s-core_2.13:7.16.3
|-- org.elasticsearch.client:elasticsearch-rest-client:7.16.3
|-- com.fasterxml.jackson.core:jackson-databind:2.13.5
provided
|-- com.typesafe.akka:akka-actor_2.13:2.6.20
test
|-- com.velocidi:apso-testkit_2.13:0.19.7
|-- com.typesafe.akka:akka-testkit_2.13:2.6.20
|-- com.typesafe.akka:akka-http-testkit_2.13:10.2.10
|-- com.typesafe.akka:akka-slf4j_2.13:2.6.20
|-- com.sksamuel.elastic4s:elastic4s-testkit_2.13:7.16.3
|-- org.codelibs:elasticsearch-cluster-runner:7.16.3.0
|-- org.apache.logging.log4j:log4j-core:2.24.1