There is no need to push jdbc drivers to clojars.

I have never used Vertica but perhaps it helps if I show you how to add the 
two jdbc-drivers that I do use.


Example 1; postgres

The details for the postgres-driver can be found here: 
http://mvnrepository.com/artifact/org.postgresql/postgresql

The download-link for the jar 
is; http://mvnrepository.com/artifact/org.postgresql/postgresql/9.4.1211.jre7

This translates to this dependency in my project.clj: 
[org.postgresql/postgresql "9.4.1211"]


Example 2; h2

The details for the h2-driver can be found 
here: http://h2database.com/html/download.html

The download-link for the jar 
is; http://repo2.maven.org/maven2/com/h2database/h2/1.4.192/h2-1.4.192.jar

This translates to this dependency in my project.clj: [com.h2database/h2 
"1.3.176"]

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to