<dependency>
<groupId>javax.enterprise.deploy</groupId>
<artifactId>deployment-api</artifactId>
<version>1.2-rev-1</version>
</dependency>
@Grapes(
@Grab(group='javax.enterprise.deploy', module='deployment-api', version='1.2-rev-1')
)
<parent> <groupId>org.glassfish.api</groupId> <artifactId>api</artifactId> <version>1</version> </parent>