You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
503 B

(defproject joshavg/lein-neo4j "0.1.0"
:description "neo4j server invokable from leiningen"
:url "https://gitea.heevyis.ninja/josha/lein-neo4j"
:license {:name "GPL-3.0"
:url "https://opensource.org/licenses/GPL-3.0"}
:dependencies [[org.neo4j/neo4j "3.4.4"
:exclusions [com.github.ben-manes.caffeine/caffeine]]
[org.neo4j.app/neo4j-server "3.4.4"
:exclusions [com.github.ben-manes.caffeine/caffeine]]]
:eval-in-leiningen true)