diff --git a/deps.edn b/deps.edn index c8dbd20b..d9630228 100644 --- a/deps.edn +++ b/deps.edn @@ -176,7 +176,9 @@ org.clj-commons/hickory {:git/url "https://github.com/clj-commons/hickory" :git/sha "9385b6708ef35f161732d8464b3a3aa57dd79f30"} com.potetm/fusebox {:git/url "https://github.com/potetm/fusebox" - :git/sha "ac6d6a0a69510b009b3c1bb2247cd110fd9f7246"}} + :git/sha "ac6d6a0a69510b009b3c1bb2247cd110fd9f7246"} + net.sekao/odoyle-rules {:git/url "https://github.com/oakes/odoyle-rules" + :git/sha "0b1d825ec45a998c4d3481dfb292e08ce6a47f0b"}} :classpath-overrides {org.clojure/clojure nil org.clojure/spec.alpha nil}} :clj-nvd diff --git a/test-resources/lib_tests/bb-tested-libs.edn b/test-resources/lib_tests/bb-tested-libs.edn index 2b9a56fe..7a1e5785 100644 --- a/test-resources/lib_tests/bb-tested-libs.edn +++ b/test-resources/lib_tests/bb-tested-libs.edn @@ -213,4 +213,8 @@ #_com.potetm.fusebox.rate-limit-test com.potetm.fusebox.registry-test com.potetm.fusebox.retry-test - #_com.potetm.fusebox.timeout-test]}} + #_com.potetm.fusebox.timeout-test]} + net.sekao/odoyle-rules {:git-url "https://github.com/oakes/odoyle-rules" + :git-sha "0b1d825ec45a998c4d3481dfb292e08ce6a47f0b" + :test-paths ["test"] + :test-namespaces [odoyle.rules-test]}}