gradlex-org / jvm-dependency-conflict-resolution

Gradle plugin to improve Dependency Conflict Detection and Resolution
http://gradlex.org/jvm-dependency-conflict-resolution/
Apache License 2.0
52 stars 14 forks source link

Add MySQL connector rule #125

Closed eduacostam closed 7 months ago

eduacostam commented 7 months ago

Hi there 👋

I'm adding a new rule for MySQL connector, which starting from release 8.1 changed their moduleId from mysql:mysql-connector-java to com.mysql:mysql-connector-j (mentioned in their release notes).

I'm not super familiar with the project, so I used the postgresql implementation as inspiration for the change, please do let me know if I'm missing anything.