diff --git a/.gitignore b/.gitignore index c53038e..055b6ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ /target /classes /checkouts -pom.xml pom.xml.asc *.jar *.class diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..af382c3 --- /dev/null +++ b/pom.xml @@ -0,0 +1,51 @@ + + + 4.0.0 + jar + honeysql-postgres + honeysql-postgres + 0.2.6 + honeysql-postgres + PostgreSQL extension for honeysql + https://github.com/nilenso/honeysql-postgres + + + Eclipse Public License + http://www.eclipse.org/legal/epl-v10.html + + + + + org.clojure + clojure + 1.10.2 + + + honeysql + honeysql + 0.9.5 + + + org.clojure + clojurescript + + + + + + src + + + + clojars + https://repo.clojars.org/ + + + + + clojars + Clojars repository + https://clojars.org/repo + + +