Skip to content

Commit a6a63dd

Browse files
committed
saml2: add opensaml as dependency
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 6016613 commit a6a63dd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • plugins/user-authenticators/saml2

plugins/user-authenticators/saml2/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,10 @@
3232
<artifactId>spring-security-saml2-core</artifactId>
3333
<version>1.0.0.RELEASE</version>
3434
</dependency>
35+
<dependency>
36+
<groupId>org.opensaml</groupId>
37+
<artifactId>opensaml</artifactId>
38+
<version>2.6.1</version>
39+
</dependency>
3540
</dependencies>
3641
</project>

0 commit comments

Comments
 (0)