leiningen/test_projects/native/project.clj
Phil Hagelberg 88181a4bbf Use dep-key for distinct call in pom task.
group/artifact version tuple isn't enough to de-dupe correctly.

Fixes #1494.
2014-04-22 15:03:34 -07:00

11 lines
548 B
Clojure

(defproject project-name "1.0.0-SNAPSHOT"
:description "Test support for transitive native dependencies"
:native-path "nnnative"
:dependencies [[org.clojure/clojure "1.4.0"]
[serial-port "1.0.7"]
[penumbra/lwjgl "2.4.2"]
[com.badlogicgames.gdx/gdx-platform "0.9.9"]
[com.badlogicgames.gdx/gdx-platform "0.9.9" :classifier "natives-desktop"]
[org.clojars.samaaron/rxtx "2.2.0"]
[jriengine "0.8.4"]
[tokyocabinet "1.24.0"]])