Skip to content

Commit 0a10feb

Browse files
authored
[#951] Set explicit xmlsec dependency for openam-federation-library (#952)
1 parent 814d507 commit 0a10feb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • openam-federation/openam-federation-library

openam-federation/openam-federation-library/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* information: "Portions copyright [year] [name of copyright owner]".
1414
*
1515
* Copyright 2011-2016 ForgeRock AS.
16-
* Portions copyright 2025 3A Systems LLC.
16+
* Portions copyright 2025-2026 3A Systems LLC.
1717
-->
1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1919
<modelVersion>4.0.0</modelVersion>
@@ -221,6 +221,10 @@
221221
<groupId>${project.groupId}</groupId>
222222
<artifactId>openam-audit-core</artifactId>
223223
</dependency>
224+
<dependency>
225+
<groupId>org.apache.santuario</groupId>
226+
<artifactId>xmlsec</artifactId>
227+
</dependency>
224228
</dependencies>
225229
</project>
226230

0 commit comments

Comments
 (0)