Comments - MariaDb JDBC Connector 3.1.0 librairie size and dependencies

1 year, 5 months ago Thierry Giguere

May I simply add exclusion like this for maven :

<!-- JDBC Driver for MariaDB --> <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> <version>3.1.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>com.github.waffle</groupId> <artifactId>waffle-jna</artifactId> </exclusion> </exclusions> </dependency>

 
1 year, 5 months ago Diego Dupin

3.1.0 now have waffle as dependencies ( and all sub dependencies). As you supposed, this is only for GSSAPI (Kerberos, NTML, ...)

This dependency can be excluded without issue. (even GSSAPI will work at some simple level)

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.