<dependency>
<groupId>io.pravega</groupId>
<artifactId>pravega-shared</artifactId>
<version>0.3.0</version>
</dependency>
compile
|-- org.slf4j:slf4j-api:1.7.25
|-- io.pravega:pravega-common:0.3.0
|-- org.projectlombok:lombok:1.16.18
|-- com.google.code.findbugs:annotations:3.0.1
|-- com.google.guava:guava:20.0
|-- org.apache.commons:commons-lang3:3.7
|-- org.apache.curator:curator-recipes:4.0.0
test
|-- junit:junit:4.12
|-- org.mockito:mockito-core:2.10.0