Leiningen equivalent for maven dependency `type` element
问题 I'm trying to follow this java tutorial for neo4j testing, but in Clojure. I'm using Leiningen for my dependency management, but that tutorial uses maven. According to the tutorial, maven would take the following dependency XML: <dependencies> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-kernel</artifactId> <version>2.0.0</version> <type>test-jar</type> <scope>test</scope> </dependency> ... </dependencies> It also says: Observe that the test-jar is crucial. Without it you would