<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-security-impl</artifactId>
<version>4.0.1</version>
</dependency>
@Grapes(
@Grab(group='org.opensaml', module='opensaml-security-impl', version='4.0.1')
)
<parent> <groupId>org.opensaml</groupId> <artifactId>opensaml-parent</artifactId> <version>4.0.1</version> </parent>
compile
|-- org.opensaml:opensaml-core
|-- org.opensaml:opensaml-messaging-api
|-- org.opensaml:opensaml-security-api
|-- commons-codec:commons-codec
|-- com.google.code.findbugs:jsr305
|-- org.cryptacular:cryptacular
|-- ${httpclient.groupId}:httpclient
|-- ${httpclient.groupId}:httpcore
|-- javax.servlet:javax.servlet-api
test
|-- org.opensaml:opensaml-core
|-- org.opensaml:opensaml-security-api