We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6016613 commit a6a63ddCopy full SHA for a6a63dd
1 file changed
plugins/user-authenticators/saml2/pom.xml
@@ -32,5 +32,10 @@
32
<artifactId>spring-security-saml2-core</artifactId>
33
<version>1.0.0.RELEASE</version>
34
</dependency>
35
+ <dependency>
36
+ <groupId>org.opensaml</groupId>
37
+ <artifactId>opensaml</artifactId>
38
+ <version>2.6.1</version>
39
+ </dependency>
40
</dependencies>
41
</project>
0 commit comments