<dependency>
<groupId>io.pravega</groupId>
<artifactId>pravega-shared-authplugin</artifactId>
<version>0.8.0</version>
</dependency>
@Grapes(
@Grab(group='io.pravega', module='pravega-shared-authplugin', version='0.8.0')
)
compile
|-- org.slf4j:slf4j-api:1.7.25
test
|-- com.github.spotbugs:spotbugs-annotations:4.0.3
|-- net.jcip:jcip-annotations:1.0
|-- junit:junit:4.12