From c3186ac32ec00a0319aea368055bc8c62fa38957 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 13 Jan 2020 10:53:16 +0100 Subject: [PATCH] :bug: Add missing pom.xml file. --- backend/vendor/sodi/pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 backend/vendor/sodi/pom.xml diff --git a/backend/vendor/sodi/pom.xml b/backend/vendor/sodi/pom.xml new file mode 100644 index 000000000..e1f7f5748 --- /dev/null +++ b/backend/vendor/sodi/pom.xml @@ -0,0 +1,37 @@ + + + 4.0.0 + funcool + sodi + 0.0.0-alpha.1 + sodi + Cryptographic Utilities for Clojure + https://github.com/funcool/sodi + + scm:git:git://github.com/funcool/sodi.git + scm:git:ssh://git@github.com/funcool/sodi.git + master + https://github.com/funcool/sodi + + + src + + + + org.clojure + clojure + 1.10.1 + + + com.goterl.lazycode + lazysodium-java + 4.2.4 + + + + + clojars + https://repo.clojars.org/ + + +