Skip to content
Permalink
0c088eb67d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
16 lines (16 sloc) 822 Bytes
(defproject de.mpg.shh/util-webdav "0.0.1"
:description "LIMS for ssh"
:url "http://www.shh.mpg.de/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/tools.logging "0.3.1"]
[org.apache.logging.log4j/log4j-api "2.5"]
[org.apache.logging.log4j/log4j-core "2.5"]
[org.apache.logging.log4j/log4j-1.2-api "2.5"]
[org.slf4j/slf4j-log4j12 "1.6.4"]
[com.github.lookfirst/sardine "5.7"]]
:source-paths ["src/main/clojure"]
:profiles {:test {:test-paths ["src/test/clojure"]
:resource-paths ["test-resources"]
:dependencies [[de.mpg.shh/util-properties "0.0.1"]]}})