<dependency>
<groupId>javax.interceptor</groupId>
<artifactId>javax.interceptor-api</artifactId>
<version>1.2-b06</version>
</dependency>
@Grapes(
@Grab(group='javax.interceptor', module='javax.interceptor-api', version='1.2-b06')
)
<parent> <groupId>net.java</groupId> <artifactId>jvnet-parent</artifactId> <version>3</version> </parent>