diff --git a/project.clj b/project.clj index 6e14c1f..cef5059 100644 --- a/project.clj +++ b/project.clj @@ -6,7 +6,7 @@ :dependencies [[org.clojure/clojure "1.11.1"] [org.clojure/tools.reader "1.3.6"] [org.domaindrivenarchitecture/c4k-common-clj "5.0.1"] - [hickory "0.7.1"]] + [hickory "0.7.1" :exclusions [viebel/codox-klipse-theme]]] :target-path "target/%s/" :source-paths ["src/main/cljc" "src/main/clj"]