<dependency>
<groupId>com.adobe.granite</groupId>
<artifactId>com.adobe.granite.xssprotection</artifactId>
<version>5.5.4</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.adobe.granite', module='com.adobe.granite.xssprotection', version='5.5.4')
)
<dependency org="com.adobe.granite" name="com.adobe.granite.xssprotection" rev="5.5.4" />
<parent> <groupId>com.adobe.granite</groupId> <artifactId>parent</artifactId> <version>14</version> </parent>
compile
|-- org.owasp.antisamy:antisamy:1.4.3
|-- org.owasp.esapi:esapi:2.0.1
|-- org.osgi:org.osgi.compendium
|-- javax.jcr:jcr
provided
|-- org.apache.sling:org.apache.sling.api:2.2.0
|-- org.apache.sling:org.apache.sling.jcr.api:2.0.4
|-- org.apache.sling:org.apache.sling.commons.json:2.0.6
test
|-- junit:junit