aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 6f93443..a99efe2 100644
--- a/project.clj
+++ b/project.clj
@@ -1,6 +1,7 @@
(defproject ctf-website "0.1.0-SNAPSHOT"
:description "FIXME: write this!"
:dependencies [[org.clojure/clojure "1.3.0"]
- [noir "1.2.1"]]
+ [noir "1.2.1"]
+ [net.sf.jpam/jpam "1.1"]]
:main ctf-website.server)