From 7bdc3994ddad3546a4a3c4f0600ca91111833769 Mon Sep 17 00:00:00 2001 From: Michael Drogalis Date: Mon, 24 Feb 2014 08:17:25 -0500 Subject: [PATCH] Removes uneeded AOT compilation. --- project.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 5cea3b2..228e670 100644 --- a/project.clj +++ b/project.clj @@ -61,5 +61,4 @@ :releases {:checksum :fail :update :always}} "sonatype-snapshots" {:url "http://oss.sonatype.org/content/repositories/snapshots" :snapshots true - :releases {:checksum :fail :update :always}}} - :aot [monger.conversion]) + :releases {:checksum :fail :update :always}}})