Hi Team , I'm integrating MinIO Java SDK (specifically version 8.5.7) to enable custom recording upload logic within the Guacamole web application (guacamole/ module, version 1.5.5).
However, upon adding the following dependency to guacamole/pom.xml: *<dependency> <groupId>io.minio</groupId> <artifactId>minio</artifactId> <version>8.5.7</version></dependency>* I'm encountering *maven-enforcer-plugin failures* related to Kotlin *transitive dependency conflicts*, particularly across: kotlin-stdlib kotlin-stdlib-common kotlin-stdlib-jdk7 kotlin-stdlib-jdk8 Even after explicitly forcing compatible versions (1.8.21), the build fails due to convergence errors triggered by older versions (1.3.70/1.3.72) from okhttp3's transitive tree. Could you help resolving this issue? Thanks in advance for your time and any guidance you can provide! Savinder Kaur