From 169bd1f29b239d314475bdbe05f0a7a9aa332864 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 17 Jun 2012 15:08:25 +0200 Subject: Implement client certificate generation and signing. --- project.clj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project.clj') diff --git a/project.clj b/project.clj index 4a49f2a..4288ab1 100644 --- a/project.clj +++ b/project.clj @@ -48,6 +48,8 @@ [jivesoftware/smack "3.1.0"] [jivesoftware/smackx "3.1.0"] [joda-time/joda-time "2.1"] + [org.bouncycastle/bcprov-jdk15on "1.47"] + [org.bouncycastle/bcpkix-jdk15on "1.47"] ] :plugins [[lein-swank "1.4.3"]] :exclusions [org.clojure/clojure-contrib] ;you know, the old pre-1.3.0 versions -- cgit v1.2.3