Skip to content

Commit

Permalink
Move Ogre dependency into dev profile, as it is only used in the inte…
Browse files Browse the repository at this point in the history
…gration test.
  • Loading branch information
ray1729 committed Jun 19, 2014
1 parent 1e58834 commit 477fe8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -7,7 +7,6 @@
[commons-lang "2.5"]
[com.thinkaurelius.titan/titan-core "0.4.4" :exclusions [commons-lang]]
[potemkin "0.2.0"]
[clojurewerkz/ogre "2.3.0.1"]
[clojurewerkz/archimedes "1.0.0-alpha6-SNAPSHOT"]]
:source-paths ["src/clojure"]
:java-source-paths ["src/java"]
Expand All @@ -19,6 +18,7 @@
:dependencies [[com.thinkaurelius.titan/titan-cassandra "0.4.4" :exclusions [commons-lang log4j]]
[com.thinkaurelius.titan/titan-berkeleyje "0.4.4"]
[com.thinkaurelius.titan/titan-es "0.4.4"]
[clojurewerkz/ogre "2.3.0.1"]
[log4j "1.2.17"]]
:plugins [[codox "0.6.1"]]
:codox {:sources ["src/clojure"]
Expand Down

0 comments on commit 477fe8b

Please sign in to comment.