-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.clj
21 lines (21 loc) · 925 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(defproject ciste/ciste-service-tigase "0.4.0-SNAPSHOT"
:description "Tigase Connector Service for Ciste Applications"
:url "http://github.com/duck1123/ciste"
:author "Daniel E. Renfer <[email protected]>"
:min-lein-version "2.0.0"
:dependencies [[ciste "0.6.0-SNAPSHOT"]
[clj-tigase "0.2.0-SNAPSHOT"]]
:profiles {:dev
{:dependencies
[[log4j "1.2.17"]
[midje "1.7.0-SNAPSHOT"]
[org.slf4j/slf4j-log4j12 "1.7.10"]]}}
:plugins [[codox "0.8.10"]
[lein-midje "3.1.3"]]
:autodoc {:name "Ciste Service Tigase"
:copyright "2015 KRONK Ltd."}
:repositories [["jiksnu-snapshots"
{:url "http://artifactory.jiksnu.org/artifactory/libs-snapshot"}]
["jiksnu-releases"
{:url "http://artifactory.jiksnu.org/artifactory/libs-release"
:snapshots false}]])