From a69ac42e4cbb5120f1d08c6392bcaaed63ba0117 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 30 May 2015 09:26:38 +0200 Subject: [PATCH] Set proper excludes on the codeina configuration. --- project.clj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/project.clj b/project.clj index 4097688..00589a7 100644 --- a/project.clj +++ b/project.clj @@ -41,13 +41,11 @@ catacumba.impl.types catacumba.handlers.core catacumba.handlers.cors + catacumba.handlers.auth catacumba.handlers.parsing catacumba.handlers.security catacumba.handlers.session - catacumba.handlers.interceptor - catacumba.experimental.stomp - catacumba.experimental.stomp.parser - catacumba.experimental.stomp.broker] + catacumba.handlers.interceptor] :language :clojure :output-dir "doc/api" :src-dir-uri "http://github.com/funcool/catacumba/blob/master/"