beakerx
beakerx copied to clipboard
Use %classpath magic to specify version of mysql-connector-java driver
To avoid bug for every new version of the driver, for SQL users, before using SQL functionalities, they have to add appropriate driver by our magic command:
%classpath add mvn mysql mysql-connector-java 8.0.18
If no version is provided, we should download the latest version.