mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-1594: Override transitive common-text for LDAP with latest release (1.10.0).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Apache Commons Text
|
||||
Copyright 2014-2020 The Apache Software Foundation
|
||||
Copyright 2014-2022 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (https://www.apache.org/).
|
@@ -1,7 +1,7 @@
|
||||
Apache Commons Text (https://commons.apache.org/proper/commons-text/)
|
||||
---------------------------------------------------------------------
|
||||
|
||||
Version: 1.9
|
||||
Version: 1.10.0
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
@@ -0,0 +1 @@
|
||||
org.apache.commons:commons-text:jar:1.10.0
|
@@ -1 +0,0 @@
|
||||
org.apache.commons:commons-text:jar:1.9
|
@@ -61,6 +61,12 @@
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
</exclusion>
|
||||
|
||||
<!-- Use latest version of commons-text -->
|
||||
<exclusion>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-text</artifactId>
|
||||
</exclusion>
|
||||
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
@@ -72,6 +78,14 @@
|
||||
<version>3.12.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Force latest version of commons-text (transitive dependency from
|
||||
Apache Directory API -->
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-text</artifactId>
|
||||
<version>1.10.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Guice -->
|
||||
<dependency>
|
||||
<groupId>com.google.inject</groupId>
|
||||
|
Reference in New Issue
Block a user