<dependency>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
<version>2.0.0</version>
</dependency>
@Grapes(
@Grab(group='com.sun.xml.fastinfoset', module='FastInfoset', version='2.0.0')
)
<parent> <groupId>com.sun.xml.fastinfoset</groupId> <artifactId>fastinfoset-project</artifactId> <version>2.0.0</version> </parent>