GUACAMOLE-773: Add exclusions as necessary to force correct dependency versions. Remove exclusions that are no longer necessary.

This commit is contained in:
Michael Jumper
2021-04-02 21:18:21 -07:00
parent 17f76e6708
commit aaa07115ba
7 changed files with 53 additions and 36 deletions

View File

@@ -103,12 +103,6 @@
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
<version>0.7.6</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Guice -->