Skip to content

Commit

Permalink
GUACAMOLE-1956: Revert upgrade of SAML dependencies back to latest co…
Browse files Browse the repository at this point in the history
…mpatible.
  • Loading branch information
mike-jumper committed Jan 2, 2025
1 parent 333b73c commit ce98043
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 8 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Apache Santuario (https://santuario.apache.org/)
-------------------------------------------------

Version: 4.0.2
Version: 2.2.6
From: 'Apache Software Foundation' (https://www.apache.org/)
License(s):
Apache v2.0
1 change: 1 addition & 0 deletions doc/licenses/apache-santuario-2.2.6/dep-coordinates.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.apache.santuario:xmlsec:jar:2.2.6
1 change: 0 additions & 1 deletion doc/licenses/apache-santuario-4.0.2/dep-coordinates.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Woodstox Core (https://github.com/FasterXML/woodstox)
------------------------------------------------------

Version: 6.6.0
Version: 5.4.0
From: 'FasterXML, LLC' (http://fasterxml.com/)
License(s):
Apache v2.0
1 change: 1 addition & 0 deletions doc/licenses/woodstox-core-5.4.0/dep-coordinates.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com.fasterxml.woodstox:woodstox-core:jar:5.4.0
1 change: 0 additions & 1 deletion doc/licenses/woodstox-core-6.6.0/dep-coordinates.txt

This file was deleted.

1 change: 0 additions & 1 deletion doc/licenses/woodstox-stax2-api-4.2.2/dep-coordinates.txt

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Woodstox Stax2-API (https://github.com/FasterXML/stax2-api)
Version: 4.2
From: 'FasterXML, LLC' (http://fasterxml.com/)
License(s):
BSD Simplified (bundled/woodstox-stax2-api-4.2.2/LICENSE)
BSD Simplified (bundled/woodstox-stax2-api-4.2/LICENSE)
1 change: 1 addition & 0 deletions doc/licenses/woodstox-stax2-api-4.2/dep-coordinates.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.codehaus.woodstox:stax2-api:jar:4.2
Original file line number Diff line number Diff line change
Expand Up @@ -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>

<!--
Expand All @@ -143,6 +143,11 @@
<artifactId>commons-codec</artifactId>
</exclusion>

<exclusion>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>

</exclusions>
</dependency>

Expand Down

0 comments on commit ce98043

Please sign in to comment.