<dependency>
<groupId>io.pravega</groupId>
<artifactId>pravega-test-testcommon</artifactId>
<version>0.8.1</version>
</dependency>
@Grapes(
@Grab(group='io.pravega', module='pravega-test-testcommon', version='0.8.1')
)
compile
|-- org.slf4j:slf4j-api:1.7.25
|-- junit:junit:4.12
|-- com.google.guava:guava:28.2-jre
|-- org.apache.commons:commons-lang3:3.7
|-- io.netty:netty-common:4.1.50.Final
|-- org.apache.curator:curator-test:4.0.1
|-- com.fasterxml.jackson.core:jackson-databind:2.9.10.3
test
|-- com.github.spotbugs:spotbugs-annotations:4.0.3