From f03ed9e7a12f210e3f8f373e67d02c314e6df77e Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 17 Jun 2022 10:36:14 +0200 Subject: [PATCH] Fix creation of uberjar --- src/main/cljc/dda/c4k_gitea/core.cljc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/cljc/dda/c4k_gitea/core.cljc b/src/main/cljc/dda/c4k_gitea/core.cljc index 568e1f5..c2d125b 100644 --- a/src/main/cljc/dda/c4k_gitea/core.cljc +++ b/src/main/cljc/dda/c4k_gitea/core.cljc @@ -2,7 +2,8 @@ (:require [dda.c4k-common.yaml :as yaml] [dda.c4k-common.common :as cm] - [dda.c4k-gitea.gitea :as gitea])) + [dda.c4k-gitea.gitea :as gitea] + [dda.c4k-common.postgres :as postgres])) (defn k8s-objects [config] (let [storage-class (if (contains? config :postgres-data-volume-path) :manual :local-path)]