Skip to content

Commit

Permalink
remove local db dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zonotope committed Feb 9, 2025
1 parent 7ed1e31 commit 36ff805
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.3"}
org.clojure/core.async {:mvn/version "1.6.681"}
;; com.fluree/db {:git/url "https://github.com/fluree/db.git"
;; :git/sha "8c99b2b2de0c0c5d94c52e1586ad7cfd978690f8"}
com.fluree/db {:local/root "../db"}
com.fluree/db {:git/url "https://github.com/fluree/db.git"
:git/sha "f75fb9190c2922af798362da835a30ab33af8962"}
com.fluree/json-ld {:git/url "https://github.com/fluree/json-ld.git"
:git/sha "73a990a4b803d0b4cfbbbe4dc16275b39a3add4e"}

Expand Down Expand Up @@ -52,7 +51,7 @@
integrant/repl {:mvn/version "0.3.3"}}}

:run-dev
{:exec-fn fluree.server/run
{:exec-fn fluree.server/start
:exec-args {:profile :dev}}

:test
Expand Down

0 comments on commit 36ff805

Please sign in to comment.