File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ Community
20
20
[ @dgoeke ] : https://github.com/dgoeke
21
21
[ @sparkofreason ] : https://github.com/sparkofreason
22
22
[ @bfontaine ] : https://github.com/bfontaine
23
- [ @sunilgunisetty ] : https://github.com/sunilgunisetty
23
+ [ @sunilgunisetty ] : https://github.com/sunilgunisetty
24
+ [ @eraserhd ] : https://github.com/eraserhd
Original file line number Diff line number Diff line change 6
6
:dependencies [[org.clojure/clojure " 1.7.0" ]
7
7
[prismatic/schema " 1.1.6" ]]
8
8
:profiles {:dev {:dependencies [[org.clojure/math.combinatorics " 0.1.3" ]
9
- [org.clojure/data.fressian " 0.2.1" ]]}
9
+ [org.clojure/data.fressian " 0.2.1" ]
10
+ [javax.xml.bind/jaxb-api " 2.3.1" ]
11
+ [com.sun.xml.bind/jaxb-impl " 2.3.1" ]]}
10
12
:provided {:dependencies [[org.clojure/clojurescript " 1.7.170" ]]}
11
13
:recent-clj {:dependencies [^:replace [org.clojure/clojure " 1.9.0" ]
12
- ^:replace [org.clojure/clojurescript " 1.9.946" ]]}
13
- :java9 {:jvm-opts [" --add-modules=java.xml.bind" ]}}
14
+ ^:replace [org.clojure/clojurescript " 1.9.946" ]]}}
14
15
:plugins [[lein-codox " 0.10.3" :exclusions [org.clojure/clojure
15
16
org.clojure/clojurescript]]
16
17
[lein-javadoc " 0.3.0" :exclusions [org.clojure/clojure
You can’t perform that action at this time.
0 commit comments