mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-10-27 15:13:07 +00:00
GUACAMOLE-1956: Revert upgrade of SAML dependencies back to latest compatible.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Apache Santuario (https://santuario.apache.org/)
|
Apache Santuario (https://santuario.apache.org/)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
Version: 4.0.2
|
Version: 2.2.6
|
||||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||||
License(s):
|
License(s):
|
||||||
Apache v2.0
|
Apache v2.0
|
||||||
1
doc/licenses/apache-santuario-2.2.6/dep-coordinates.txt
Normal file
1
doc/licenses/apache-santuario-2.2.6/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
org.apache.santuario:xmlsec:jar:2.2.6
|
||||||
@@ -1 +0,0 @@
|
|||||||
org.apache.santuario:xmlsec:jar:4.0.2
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
Woodstox Core (https://github.com/FasterXML/woodstox)
|
Woodstox Core (https://github.com/FasterXML/woodstox)
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
|
||||||
Version: 6.6.0
|
Version: 5.4.0
|
||||||
From: 'FasterXML, LLC' (http://fasterxml.com/)
|
From: 'FasterXML, LLC' (http://fasterxml.com/)
|
||||||
License(s):
|
License(s):
|
||||||
Apache v2.0
|
Apache v2.0
|
||||||
1
doc/licenses/woodstox-core-5.4.0/dep-coordinates.txt
Normal file
1
doc/licenses/woodstox-core-5.4.0/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
com.fasterxml.woodstox:woodstox-core:jar:5.4.0
|
||||||
@@ -1 +0,0 @@
|
|||||||
com.fasterxml.woodstox:woodstox-core:jar:6.6.0
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
org.codehaus.woodstox:stax2-api:jar:4.2.2
|
|
||||||
@@ -4,4 +4,4 @@ Woodstox Stax2-API (https://github.com/FasterXML/stax2-api)
|
|||||||
Version: 4.2
|
Version: 4.2
|
||||||
From: 'FasterXML, LLC' (http://fasterxml.com/)
|
From: 'FasterXML, LLC' (http://fasterxml.com/)
|
||||||
License(s):
|
License(s):
|
||||||
BSD Simplified (bundled/woodstox-stax2-api-4.2.2/LICENSE)
|
BSD Simplified (bundled/woodstox-stax2-api-4.2/LICENSE)
|
||||||
1
doc/licenses/woodstox-stax2-api-4.2/dep-coordinates.txt
Normal file
1
doc/licenses/woodstox-stax2-api-4.2/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
org.codehaus.woodstox:stax2-api:jar:4.2
|
||||||
@@ -122,14 +122,14 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.woodstox</groupId>
|
<groupId>com.fasterxml.woodstox</groupId>
|
||||||
<artifactId>woodstox-core</artifactId>
|
<artifactId>woodstox-core</artifactId>
|
||||||
<version>6.6.0</version>
|
<version>5.4.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Apache XML Security for Java (see exclusions for java-saml) -->
|
<!-- Apache XML Security for Java (see exclusions for java-saml) -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.santuario</groupId>
|
<groupId>org.apache.santuario</groupId>
|
||||||
<artifactId>xmlsec</artifactId>
|
<artifactId>xmlsec</artifactId>
|
||||||
<version>4.0.2</version>
|
<version>2.2.6</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@@ -143,6 +143,11 @@
|
|||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.fasterxml.woodstox</groupId>
|
||||||
|
<artifactId>woodstox-core</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user