mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-773: Add exclusions as necessary to force correct dependency versions. Remove exclusions that are no longer necessary.
This commit is contained in:
@@ -146,14 +146,15 @@
|
||||
<version>1.1.5</version>
|
||||
<exclusions>
|
||||
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
</exclusion>
|
||||
<!-- Force consistent versions of Apache Commons libraries (see below) -->
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
</exclusion>
|
||||
|
||||
<!-- Rely on Guacamole's existing use of logback rather than log4j -->
|
||||
<exclusion>
|
||||
@@ -182,13 +183,18 @@
|
||||
<version>1.1.5</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Force single, specific version commons-logging (multiple
|
||||
dependencies reference multiple versions of this). -->
|
||||
<!-- Force single, specific versions of Apache Commons libraries
|
||||
(multiple dependencies reference multiple versions of these). -->
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
<version>3.2</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
Reference in New Issue
Block a user