Hi guys,
I added these dependencies into my project.clj (maybe some is not necessary for traversal query?)
[clojurewerkz/titanium "1.0.0-beta2"]
[com.thinkaurelius.titan/titan-core "0.5.0"]
[com.thinkaurelius.titan/titan-cassandra "0.5.0"]
[com.thinkaurelius.titan/titan-es "0.5.0"]
[clojurewerkz/archimedes "2.5.0.0"]
[clojurewerkz/ogre "2.5.0.0"]
When I require [clojurewerkz.ogre.core :as g] in repl, I get this error:
java.io.FileNotFoundException: Could not locate clojurewerkz/ogre/core__init.class or clojurewerkz/ogre/core.clj on classpath:
Some checking that I did:
- In lein deps :tree, I do have [clojurewerkz/ogre "2.5.0.0"]
- In clojure.java.classpath/classpath, I do have #<File /home/vagrant/.m2/repository/clojurewerkz/ogre/
2.5.0.0/ogre-2.5.0.0.jar>
Any suggestion on this error? Thanks.