Babashka pods

This commit is contained in:
Michiel Borkent 2020-10-21 14:25:54 +02:00
parent 5ec6915c45
commit 9a251998a9
6 changed files with 14 additions and 10 deletions

6
.gitmodules vendored
View file

@ -5,9 +5,6 @@
[submodule "babashka.curl"]
path = babashka.curl
url = https://github.com/borkdude/babashka.curl
[submodule "babashka.pods"]
path = babashka.pods
url = https://github.com/babashka/babashka.pods
[submodule "babashka.nrepl"]
path = babashka.nrepl
url = https://github.com/babashka/babashka.nrepl
@ -17,3 +14,6 @@
[submodule "process"]
path = process
url = https://github.com/babashka/process
[submodule "pods"]
path = pods
url = https://github.com/babashka/pods

@ -1 +0,0 @@
Subproject commit a8268683e0b8eff3c3fc25fe86b3137f7591e461

View file

@ -3,7 +3,7 @@
"feature-java-time" "feature-java-nio"
"feature-httpkit-client" "feature-httpkit-server"
"feature-lanterna"
"sci/src" "babashka.curl/src" "babashka.pods/src"
"sci/src" "babashka.curl/src" "pods/src"
"babashka.nrepl/src"
"depstar/src" "process/src"
"resources" "sci/resources"],
@ -21,7 +21,7 @@
com.cognitect/transit-clj {:mvn/version "1.0.324"}
nrepl/bencode {:mvn/version "1.1.0"}
seancorfield/next.jdbc {:mvn/version "1.0.424"}
org.postgresql/postgresql {:mvn/version "42.2.12"}
org.postgresql/postgresql {:mvn/version "42.2.18"}
org.hsqldb/hsqldb {:mvn/version "2.4.0"}
datascript/datascript {:mvn/version "0.18.11"}
http-kit/http-kit {:mvn/version "2.5.0"}
@ -62,4 +62,8 @@
honeysql/honeysql {:mvn/version "1.0.444"}
minimallist/minimallist {:mvn/version "0.0.6"}
circleci/bond {:mvn/version "0.4.0"}
version-clj/version-clj {:mvn/version "0.1.2"}}}}}
version-clj/version-clj {:mvn/version "0.1.2"}}}
:clj-nvd
{:extra-deps {clj-nvd/clj-nvd {:git/url "https://github.com/miikka/clj-nvd.git"
:sha "f2ec98699e057a379baf170cb49cf7ad76874a70"}}
:main-opts ["-m" "clj-nvd.core"]}}}

1
pods Submodule

@ -0,0 +1 @@
Subproject commit df334946b932d8f2332b8a13f8cd9f48b4b02881

@ -1 +1 @@
Subproject commit 048533cbc5c617eda4ea1c53f01c2dffcfe7fe0b
Subproject commit dac8634d8e20a2bd76aefcd1aa845aa7dc59bf16

View file

@ -7,7 +7,7 @@
:url "https://github.com/borkdude/babashka"}
:license {:name "Eclipse Public License 1.0"
:url "http://opensource.org/licenses/eclipse-1.0.php"}
:source-paths ["src" "sci/src" "babashka.curl/src" "babashka.pods/src"
:source-paths ["src" "sci/src" "babashka.curl/src" "pods/src"
"babashka.nrepl/src" "depstar/src" "process/src"]
;; for debugging Reflector.java code:
;; :java-source-paths ["sci/reflector/src-java"]
@ -28,7 +28,7 @@
:dependencies [[clj-commons/clj-yaml "0.7.2"]]}
:feature/jdbc {:source-paths ["feature-jdbc"]
:dependencies [[seancorfield/next.jdbc "1.0.424"]]}
:feature/postgresql [:feature/jdbc {:dependencies [[org.postgresql/postgresql "42.2.12"]]}]
:feature/postgresql [:feature/jdbc {:dependencies [[org.postgresql/postgresql "42.2.18"]]}]
:feature/hsqldb [:feature/jdbc {:dependencies [[org.hsqldb/hsqldb "2.4.0"]]}]
:feature/core-async {:source-paths ["feature-core-async"]
:dependencies [[org.clojure/core.async "1.1.587"]]}