<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data</artifactId>
<version>3.7.0</version>
</dependency>
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.5.8</version> </parent>
compile
|-- com.arangodb:arangodb-java-driver:6.16.0
|-- org.springframework:spring-tx
|-- org.springframework:spring-context
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- org.springframework:spring-expression
|-- org.springframework.data:spring-data-commons
test
|-- org.hamcrest:hamcrest-core
|-- com.arangodb:jackson-dataformat-velocypack:3.0.0