mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
GUACAMOLE-1956: Update MINA to latest compatible (v2.2.4).
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
org.apache.mina:mina-core:jar:2.2.3
|
|
@@ -1,7 +1,7 @@
|
|||||||
Apache Mina (https://mina.apache.org/)
|
Apache Mina (https://mina.apache.org/)
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
|
||||||
Version: 2.2.3
|
Version: 2.2.4
|
||||||
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-mina-2.2.4/dep-coordinates.txt
Normal file
1
doc/licenses/apache-mina-2.2.4/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
org.apache.mina:mina-core:jar:2.2.4
|
@@ -54,6 +54,15 @@
|
|||||||
<version>2.1.7</version>
|
<version>2.1.7</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Replace vulnerable version of Apache MINA until upstream
|
||||||
|
releases a version with fixed dependencies.
|
||||||
|
-->
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.apache.mina</groupId>
|
||||||
|
<artifactId>mina-core</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Replace slightly older commons-lang3 (3.15.0) with latest
|
Replace slightly older commons-lang3 (3.15.0) with latest
|
||||||
compatible version (3.16.0) so that we don't need two copies
|
compatible version (3.16.0) so that we don't need two copies
|
||||||
@@ -90,6 +99,13 @@
|
|||||||
<version>3.17.0</version>
|
<version>3.17.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- Apache MINA (see exclusions for api-all) -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.mina</groupId>
|
||||||
|
<artifactId>mina-core</artifactId>
|
||||||
|
<version>2.2.4</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user