<dependency>
<groupId>se.litsec.opensaml.sweid</groupId>
<artifactId>swedish-eid-opensaml3</artifactId>
<version>1.2.3</version>
</dependency>
@Grapes(
@Grab(group='se.litsec.opensaml.sweid', module='swedish-eid-opensaml3', version='1.2.3')
)
compile
|-- se.litsec.opensaml:opensaml3-ext:1.2.4
|-- net.shibboleth.utilities:java-support:7.4.2
|-- com.google.guava:guava:27.0-jre
|-- org.opensaml:opensaml-core:3.4.2
|-- org.opensaml:opensaml-saml-api:3.4.2
|-- org.opensaml:opensaml-saml-impl:3.4.2
|-- org.opensaml:opensaml-security-api:3.4.2
|-- org.opensaml:opensaml-xmlsec-api:3.4.2
|-- org.opensaml:opensaml-xmlsec-impl:3.4.2
|-- org.springframework:spring-core:4.3.19.RELEASE
|-- org.springframework:spring-beans:4.3.19.RELEASE
|-- org.springframework:spring-context:4.3.19.RELEASE
|-- com.nimbusds:nimbus-jose-jwt:4.41.2
|-- com.fasterxml.jackson.core:jackson-core:2.9.8
|-- com.fasterxml.jackson.core:jackson-annotations:2.9.8
|-- com.fasterxml.jackson.core:jackson-databind:2.9.8
|-- org.slf4j:slf4j-api:1.7.25
test
|-- junit:junit:4.12