GUACAMOLE-1859: Update to Apache Directory API v2.1.5.

This commit is contained in:
Mike Jumper
2023-12-02 22:31:46 -08:00
parent d154b406b1
commit dbbe238cb4
27 changed files with 107 additions and 34 deletions

View File

@@ -0,0 +1,5 @@
Apache Commons Codec
Copyright 2002-2023 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).

View File

@@ -1,7 +1,7 @@
Apache Commons Codec (http://commons.apache.org/proper/commons-codec/) Apache Commons Codec (http://commons.apache.org/proper/commons-codec/)
----------------------------------------------------------------------- -----------------------------------------------------------------------
Version: 1.15 Version: 1.16.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 @@
commons-codec:commons-codec:jar:1.16.0

View File

@@ -1,17 +0,0 @@
Apache Commons Codec
Copyright 2002-2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
contains test data from http://aspell.net/test/orig/batch0.tab.
Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org)
===============================================================================
The content of package org.apache.commons.codec.language.bm has been translated
from the original php source code available at http://stevemorse.org/phoneticinfo.htm
with permission from the original authors.
Original source copyright:
Copyright (c) 2008 Alexander Beider & Stephen P. Morse.

View File

@@ -1 +0,0 @@
commons-codec:commons-codec:jar:1.15

View File

@@ -1 +0,0 @@
org.apache.commons:commons-lang3:jar:3.12.0

View File

@@ -1,5 +1,5 @@
Apache Commons Lang Apache Commons Lang
Copyright 2001-2021 The Apache Software Foundation Copyright 2001-2023 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 Lang (http://commons.apache.org/proper/commons-lang/) Apache Commons Lang (http://commons.apache.org/proper/commons-lang/)
-------------------------------------------------------------------- --------------------------------------------------------------------
Version: 3.12.0 Version: 3.14.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-lang3:jar:3.14.0

View File

@@ -1 +0,0 @@
org.apache.commons:commons-pool2:jar:2.11.1

View File

@@ -1,5 +1,5 @@
Apache Commons Pool Apache Commons Pool
Copyright 2001-2021 The Apache Software Foundation Copyright 2001-2023 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 Pool (http://commons.apache.org/proper/commons-pool/) Apache Commons Pool (http://commons.apache.org/proper/commons-pool/)
-------------------------------------------------------------------- --------------------------------------------------------------------
Version: 2.11.1 Version: 2.12.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-pool2:jar:2.12.0

View File

@@ -1 +0,0 @@
org.apache.mina:mina-core:jar:2.2.2

View File

@@ -1,7 +1,7 @@
Apache Mina (https://mina.apache.org/) Apache Mina (https://mina.apache.org/)
-------------------------------------- --------------------------------------
Version: 2.2.2 Version: 2.2.3
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.mina:mina-core:jar:2.2.3

View File

@@ -1 +0,0 @@
org.apache.directory.api:api-all:jar:2.1.4

View File

@@ -1,7 +1,7 @@
Apache Directory LDAP API (http://directory.apache.org) Apache Directory LDAP API (http://directory.apache.org)
------------------------------------------------------- -------------------------------------------------------
Version: 2.1.4 Version: 2.1.5
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.directory.api:api-all:jar:2.1.5

View File

@@ -1 +0,0 @@
org.yaml:snakeyaml:jar:2.0

View File

@@ -1,7 +1,7 @@
SnakeYAML (https://bitbucket.org/snakeyaml/snakeyaml/ SnakeYAML (https://bitbucket.org/snakeyaml/snakeyaml/
----------------------------------------------------- -----------------------------------------------------
Version: 2.0 Version: 2.2
From: 'Andrey Somov' (https://bitbucket.org/asomov/) From: 'Andrey Somov' (https://bitbucket.org/asomov/)
License(s): License(s):
Apache v2.0 Apache v2.0

View File

@@ -0,0 +1 @@
org.yaml:snakeyaml:jar:2.2

View File

@@ -51,8 +51,19 @@
<dependency> <dependency>
<groupId>org.apache.directory.api</groupId> <groupId>org.apache.directory.api</groupId>
<artifactId>api-all</artifactId> <artifactId>api-all</artifactId>
<version>2.1.4</version> <version>2.1.5</version>
<exclusions> <exclusions>
<!--
Replace slightly older commons-lang3 (3.13.0) with latest
compatible version (3.14.0) so that we don't need two copies
of the same license information.
-->
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
@@ -72,6 +83,13 @@
<artifactId>jackson-dataformat-yaml</artifactId> <artifactId>jackson-dataformat-yaml</artifactId>
</dependency> </dependency>
<!-- Apache Commons Lang (see exclusions for api-all) -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
</dependency>
</dependencies> </dependencies>
</project> </project>

View File

@@ -65,6 +65,17 @@
<groupId>org.glassfish.jaxb</groupId> <groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-core</artifactId> <artifactId>jaxb-core</artifactId>
</exclusion> </exclusion>
<!--
Replace slightly older commons-codec (1.15) with newer
and identical version to that used by Apache Directory API
for LDAP (1.16.0) so that we don't need two copies of the
same license information.
-->
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
@@ -118,6 +129,13 @@
<version>2.3.1</version> <version>2.3.1</version>
</dependency> </dependency>
<!-- Apache Commons Codec (see exclusions for cas-client-core) -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
</dependency>
</dependencies> </dependencies>
</project> </project>

View File

@@ -94,21 +94,70 @@
<artifactId>xmlsec</artifactId> <artifactId>xmlsec</artifactId>
</exclusion> </exclusion>
<!--
Replace slightly older commons-lang3 (3.12.0) with latest
compatible version (3.14.0) so that we don't need two copies
of the same license information.
-->
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
<!--
Replace slightly older commons-codec (1.15) with newer
and identical version to that used by Apache Directory API
for LDAP (1.16.0) so that we don't need two copies of the
same license information.
-->
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<!-- Woodstox --> <!-- Woodstox (see exclusions for java-saml) -->
<dependency> <dependency>
<groupId>com.fasterxml.woodstox</groupId> <groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId> <artifactId>woodstox-core</artifactId>
<version>5.4.0</version> <version>5.4.0</version>
</dependency> </dependency>
<!-- Apache XML Security for Java --> <!-- 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>2.2.6</version> <version>2.2.6</version>
<exclusions>
<!--
Replace slightly older commons-codec (1.15) with newer
and identical version to that used by Apache Directory API
for LDAP (1.16.0) so that we don't need two copies of the
same license information.
-->
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Apache Commons Lang (see exclusions for java-saml) -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
</dependency>
<!-- Apache Commons Codec (see exclusions for java-saml and xmlsec) -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
</dependency> </dependency>
</dependencies> </dependencies>