From 0ead5a3c45011b127d7861728ee57930b8506002 Mon Sep 17 00:00:00 2001 From: methylene Date: Sun, 27 Apr 2014 11:00:05 +0200 Subject: [PATCH] aot the cascalog.logic.def --- cascalog-core/project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/cascalog-core/project.clj b/cascalog-core/project.clj index 80ef0f31..f328bca7 100644 --- a/cascalog-core/project.clj +++ b/cascalog-core/project.clj @@ -17,6 +17,7 @@ :jar-exclusions [#"\.java$"] :repositories {"conjars" "http://conjars.org/repo/"} :exclusions [log4j/log4j org.slf4j/slf4j-log4j12] + :aot [cascalog.logic.def] :dependencies [[org.clojure/clojure "1.5.1"] [org.clojure/tools.macro "0.1.2"] [log4j "1.2.16"]