remove http-kit
This commit is contained in:
parent
5a0022bb71
commit
0b11c8e11d
3 changed files with 10 additions and 10 deletions
4
deps.edn
4
deps.edn
|
|
@ -1,7 +1,7 @@
|
|||
{:paths ["src" "feature-xml" "feature-core-async"
|
||||
"feature-yaml" "feature-csv" "feature-transit"
|
||||
"feature-java-time" "feature-java-nio"
|
||||
"feature-httpkit-client" "feature-httpkit-server"
|
||||
;;"feature-httpkit-client" "feature-httpkit-server"
|
||||
"feature-lanterna"
|
||||
"sci/src" "babashka.curl/src" "pods/src"
|
||||
"babashka.nrepl/src"
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
org.postgresql/postgresql {:mvn/version "42.2.18"}
|
||||
org.hsqldb/hsqldb {:mvn/version "2.5.1"}
|
||||
datascript/datascript {:mvn/version "1.0.1"}
|
||||
http-kit/http-kit {:mvn/version "2.5.0"}
|
||||
;;http-kit/http-kit {:mvn/version "2.5.0"}
|
||||
babashka/clojure-lanterna {:mvn/version "0.9.8-SNAPSHOT"}
|
||||
org.clojure/math.combinatorics {:mvn/version "0.1.6"}
|
||||
ring/ring-core {:mvn/version "1.8.1"}
|
||||
|
|
|
|||
12
project.clj
12
project.clj
|
|
@ -40,10 +40,10 @@
|
|||
:dependencies [[com.cognitect/transit-clj "1.0.324"]]}
|
||||
:feature/datascript {:source-paths ["feature-datascript"]
|
||||
:dependencies [[datascript "1.0.1"]]}
|
||||
:feature/httpkit-client {:source-paths ["feature-httpkit-client"]
|
||||
:dependencies [[http-kit "2.5.0"]]}
|
||||
:feature/httpkit-server {:source-paths ["feature-httpkit-server"]
|
||||
:dependencies [[http-kit "2.5.0"]]}
|
||||
;; :feature/httpkit-client {:source-paths ["feature-httpkit-client"]
|
||||
;; :dependencies [[http-kit "2.5.0"]]}
|
||||
;; :feature/httpkit-server {:source-paths ["feature-httpkit-server"]
|
||||
;; :dependencies [[http-kit "2.5.0"]]}
|
||||
:feature/lanterna {:source-paths ["feature-lanterna"]
|
||||
:dependencies [[babashka/clojure-lanterna "0.9.8-SNAPSHOT"]]}
|
||||
|
||||
|
|
@ -56,8 +56,8 @@
|
|||
:feature/csv
|
||||
:feature/transit
|
||||
:feature/datascript
|
||||
:feature/httpkit-client
|
||||
:feature/httpkit-server
|
||||
;; :feature/httpkit-client
|
||||
;; :feature/httpkit-server
|
||||
{:dependencies [[clj-commons/conch "0.9.2"]
|
||||
[com.clojure-goes-fast/clj-async-profiler "0.4.1"]
|
||||
[com.opentable.components/otj-pg-embedded "0.13.3"]]}]
|
||||
|
|
|
|||
|
|
@ -156,9 +156,9 @@
|
|||
'version-clj.split-test
|
||||
'version-clj.via-use-test)
|
||||
|
||||
;;;; httpkit client
|
||||
;; ;;;; httpkit client
|
||||
|
||||
(test-namespaces 'httpkit.client-test)
|
||||
;; (test-namespaces 'httpkit.client-test)
|
||||
|
||||
;;;; final exit code
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue