<dependency>
<groupId>io.pravega</groupId>
<artifactId>pravega-test-testcommon</artifactId>
<version>0.6.0</version>
</dependency>
@Grapes(
@Grab(group='io.pravega', module='pravega-test-testcommon', version='0.6.0')
)
compile
|-- org.slf4j:slf4j-api:1.7.25
|-- junit:junit:4.12
|-- com.google.guava:guava:28.1-jre
|-- org.apache.commons:commons-lang3:3.7
|-- io.netty:netty-all:4.1.30.Final
|-- org.apache.curator:curator-test:4.0.1
test
|-- com.github.spotbugs:spotbugs-annotations:3.1.12