上传者: capesoft
|
上传时间: 2022-04-02 16:14:52
|
文件大小: 757KB
|
文件类型: -
You can download the Vertica drivers here:
https://my.vertica.com/download/vertica/client-drivers/
Once you have the files you want (i.e. vertica-jdbc-9.2.1-0.jar) you should be able to run a command something like the following to add it to your local repository:
mvn install:install-file -Dfile={/path_to/vertica-jdbc-9.2.1-0.jar} -DgroupId=com.vertica -DartifactId=vertica-jdbc -Dversion=9.2.1-0 -Dpackaging=jar