Skip to content

Commit

Permalink
added cypher dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Christian Betz committed May 2, 2017
1 parent 1e3f489 commit 1bf0d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/neo4j/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
:dependencies [[gorillalabs.tesla/core :version]
[com.taoensso/timbre "4.6.0"]
[gorillalabs/neo4j-clj "0.3.1-SNAPSHOT"]
[org.neo4j/neo4j-cypher "3.1.3"]
])

2 comments on commit 1bf0d3f

@dev-hartmann
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nur weil ich es grad sehe: ist es Absicht, dass neo4j-clj in einer Snapshot Version als dependency angegeben ist?

@maxlorenz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw neo4j-cypherist in der neuesten Version von Clojars als Abhängigkeit in gorillalabs/neo4j-clj (seit der neuesten Version). Damit könnte diese Abhängigkeit eigentlich raus.

Please sign in to comment.