GUACAMOLE-1594: Override transitive common-text for LDAP with latest release (1.10.0).

This commit is contained in:
Mike Jumper
2022-11-06 18:33:59 -08:00
parent 6637f4911d
commit 4c8ba81c10
5 changed files with 17 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
Apache Commons Text Apache Commons Text
Copyright 2014-2020 The Apache Software Foundation Copyright 2014-2022 The Apache Software Foundation
This product includes software developed at This product includes software developed at
The Apache Software Foundation (https://www.apache.org/). The Apache Software Foundation (https://www.apache.org/).

View File

@@ -1,7 +1,7 @@
Apache Commons Text (https://commons.apache.org/proper/commons-text/) 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/) From: 'Apache Software Foundation' (https://www.apache.org/)
License(s): License(s):
Apache v2.0 Apache v2.0

View File

@@ -0,0 +1 @@
org.apache.commons:commons-text:jar:1.10.0

View File

@@ -1 +0,0 @@
org.apache.commons:commons-text:jar:1.9

View File

@@ -61,6 +61,12 @@
<artifactId>commons-lang3</artifactId> <artifactId>commons-lang3</artifactId>
</exclusion> </exclusion>
<!-- Use latest version of commons-text -->
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
@@ -72,6 +78,14 @@
<version>3.12.0</version> <version>3.12.0</version>
</dependency> </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 --> <!-- Guice -->
<dependency> <dependency>
<groupId>com.google.inject</groupId> <groupId>com.google.inject</groupId>