Skip to content

Instantly share code, notes, and snippets.

@samrose
Created July 26, 2021 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samrose/7e7c7bade0bc61e13b2336e4c925625e to your computer and use it in GitHub Desktop.
Save samrose/7e7c7bade0bc61e13b2336e4c925625e to your computer and use it in GitHub Desktop.
diff --git a/project.clj b/project.clj
index f2b8ca4..df373fc 100644
--- a/project.clj
+++ b/project.clj
@@ -6,7 +6,7 @@
:dependencies [[com.google.guava/guava "15.0"] ; Explicitly pull new Guava version for dependency conflicts.
[org.clojure/clojure "1.7.0"]
[com.cerner/clara-rules "0.21.0"]
-
+ [org.clojure/tools.nrepl "0.2.13"]
;; Dependencies for ClojureScript example.
[prismatic/dommy "1.1.0"]
[hipo "0.4.0"]
@@ -16,7 +16,8 @@
[clj-time "0.6.0"]
;; Dependency for rule DSL example.
- [instaparse "1.4.1"]]
+ [instaparse "1.4.1"]
+ [javax.xml.bind/jaxb-api "2.3.1"]]
:plugins [[lein-cljsbuild "1.1.1"]]
:source-paths ["src/main/clojure"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment