GUACAMOLE-1956: Revert upgrade of SAML dependencies back to latest compatible.

This commit is contained in:
Michael Jumper
2025-01-01 01:59:35 -08:00
parent 333b73c3dd
commit ce98043c16
12 changed files with 13 additions and 8 deletions

View File

@@ -122,14 +122,14 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.6.0</version>
<version>5.4.0</version>
</dependency>
<!-- Apache XML Security for Java (see exclusions for java-saml) -->
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>4.0.2</version>
<version>2.2.6</version>
<exclusions>
<!--
@@ -143,6 +143,11 @@
<artifactId>commons-codec</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>
</exclusions>
</dependency>