We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f8f07 commit c35f704Copy full SHA for c35f704
1 file changed
plugins/user-authenticators/saml2/pom.xml
@@ -26,4 +26,11 @@
26
<version>4.5.0-SNAPSHOT</version>
27
<relativePath>../../pom.xml</relativePath>
28
</parent>
29
+ <dependencies>
30
+ <dependency>
31
+ <groupId>org.springframework.security.extensions</groupId>
32
+ <artifactId>spring-security-saml2-core</artifactId>
33
+ <version>1.0.0.RELEASE</version>
34
+ </dependency>
35
+ </dependencies>
36
</project>
0 commit comments