JDBC driver version 7.4.1 - Dependency versions: Azure-Keyvault (version 1.2.1), Adal4j (version 1.6.4), Client-Runtime-for-AutoRest (version 1.6.10), and their dependencies ( sample application).JDBC driver version 8.2.2 - Dependency versions: Azure-Keyvault (version 1.2.2), Adal4j (version 1.6.4), Client-Runtime-for-AutoRest (version 1.7.0), and their dependencies ( sample application).JDBC driver version 8.4.1 - Dependency versions: Azure-Keyvault (version 1.2.4), Adal4j (version 1.6.5), Client-Runtime-for-AutoRest (version 1.7.4), and their dependencies ( sample application).JDBC driver version 9.2.1 - Dependency versions: Azure-security-keyvault-keys (version 4.2.1), and Azure-identity(version 1.1.3), and their dependencies ( sample application).JDBC driver version 9.4.1 - Dependency versions: Azure-security-keyvault-keys (version 4.2.8), and Azure-identity(version 1.3.3), and their dependencies ( sample application).JDBC driver version 10.2.0 - Dependency versions: Azure-security-keyvault-keys (version 4.3.6), and Azure-identity(version 1.4.3), and their dependencies ( sample application).Dependency requirements for the JDBC driver Work with the Azure Key Vault provider Once you've downloaded the required dependent libraries, add them to your project classpath to run your application.
Maven mysql jdbc driver download#
If you're not using Maven, you have to download dependencies and transitive dependencies manually to make sure you have all the correct versions of each library. You can also use the Maven Dependency Plugin to download all project dependencies to a desired location. If you're using Maven to build or test your project, Maven automatically downloads dependent libraries in the POM file along with their transitive libraries. The dependencies and versions may have changed.
Make sure to use the version of the POM file that's shipped with the version of the JDBC driver you're using.
See the following snippet: įor example: If you're using the Azure Key Vault feature with JDBC driver version 8.4 and below, you must declare the azure-keyvault, adal4j, and client-runtime dependencies in your project POM file. See the following snippet: įor example: If you're using the Azure Key Vault feature with JDBC driver version 10.2 and above, you must declare the azure-security-keyvault-keys and azure-identity dependencies in your project POM file. See the following snippet: įor example: If you're using the Azure Active Directory Authentication feature with JDBC driver version 8.4 and below, you must declare the adal4j and client-runtimes dependencies in your project POM file. Projects that require any of the preceding features must explicitly declare the respective dependencies in their POM file that match the dependencies of the version of the driver used.įor example: If you're using the Azure Active Directory Authentication feature with JDBC driver version 10.2 and above, you must declare the azure-identity dependency in your project POM file.