-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathproject.clj
More file actions
17 lines (15 loc) · 723 Bytes
/
Copy pathproject.clj
File metadata and controls
17 lines (15 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(defproject lein-plantuml "0.1.22"
:description "A Leiningen plugin for generating UML diagrams using PluntUML."
:url "https://github.com/vbauer/lein-plantuml"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.apache.xmlgraphics/batik-rasterizer "1.10"]
[org.apache.xmlgraphics/fop-pdf-images "2.3" :exclusions [commons-logging]]
[net.sourceforge.plantuml/plantuml "8059"]
[commons-io "2.5"]
[me.raynes/fs "1.4.6" :exclusions [org.clojure/clojure]]]
:checksum :warn
:pedantic? :abort
:eval-in-leiningen true
:local-repo-classpath true
:warn-on-reflection false)