installing locally library with spicerack deps
genmeblog opened this issue · 0 comments
genmeblog commented
lein install
creates following warning:
$ lein install
WARNING!!! version ranges found for:
[spicerack "0.1.6"] -> [org.mapdb/mapdb "3.0.7" :exclusions [org.eclipse.collections/eclipse-collections-api org.eclipse.collections/eclipse-collections org.eclipse.collections/eclipse-collections-forkjoin com.google.guava/guava]] -> [org.jetbrains.kotlin/kotlin-stdlib "[1.2.41,1.2.90)"]
Consider using [spicerack "0.1.6" :exclusions [org.jetbrains.kotlin/kotlin-stdlib]].
Created /home/xxx/clojure/clojure2d/utils/palettes/target/palettes-0.1.0-SNAPSHOT.jar
Wrote /home/xxx/clojure/clojure2d/utils/palettes/pom.xml
Installed jar and pom into local repo.