<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-impl</artifactId>
<version>3.3.1</version>
</dependency>
<parent> <groupId>org.opensaml</groupId> <artifactId>opensaml-parent</artifactId> <version>3.3.1</version> </parent>
compile
|-- org.opensaml:opensaml-profile-api
|-- org.opensaml:opensaml-saml-api
|-- org.opensaml:opensaml-storage-api
|-- org.opensaml:opensaml-security-impl
|-- org.opensaml:opensaml-xmlsec-impl
|-- org.opensaml:opensaml-soap-impl
|-- org.apache.velocity:velocity
|-- ${httpclient.groupId}:httpclient
|-- javax.servlet:javax.servlet-api
test
|-- ${spring.groupId}:spring-test
|-- ${spring.groupId}:spring-web
|-- ${spring.groupId}:spring-core
|-- org.opensaml:opensaml-core
|-- org.opensaml:opensaml-storage-impl
|-- org.opensaml:opensaml-storage-impl
|-- org.opensaml:opensaml-xmlsec-impl
|-- org.opensaml:opensaml-messaging-api
|-- org.opensaml:opensaml-profile-api
|-- org.opensaml:opensaml-saml-api