<dependency>
<groupId>org.apache.kudu</groupId>
<artifactId>kudu-client</artifactId>
<version>1.2.0</version>
</dependency>
<parent> <groupId>org.apache.kudu</groupId> <artifactId>kudu-parent</artifactId> <version>1.2.0</version> </parent>
compile
|-- org.apache.kudu:interface-annotations:1.2.0
|-- com.google.code.findbugs:jsr305:3.0.1
|-- com.stumbleupon:async:1.4.1
|-- org.slf4j:slf4j-api:1.7.12
provided
|-- org.slf4j:slf4j-log4j12:1.7.12
test
|-- org.mockito:mockito-core:1.9.0
|-- org.hamcrest:hamcrest-core:1.3
|-- junit:junit:4.11