<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.security.auth.message</artifactId>
<version>10.0-b28</version>
</dependency>
@Grapes(
@Grab(group='org.glassfish', module='javax.security.auth.message', version='10.0-b28')
)
<parent> <groupId>org.glassfish</groupId> <artifactId>api-pom</artifactId> <version>10.0-b28</version> </parent>