Skip to content

Commit 21d6eec

Browse files
committed
Use JAXB from Maven
Closes #412 This should work on all the JDKs.
1 parent a507260 commit 21d6eec

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ Community
2020
[@dgoeke]: https://github.com/dgoeke
2121
[@sparkofreason]: https://github.com/sparkofreason
2222
[@bfontaine]: https://github.com/bfontaine
23-
[@sunilgunisetty]: https://github.com/sunilgunisetty
23+
[@sunilgunisetty]: https://github.com/sunilgunisetty
24+
[@eraserhd]: https://github.com/eraserhd

project.clj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
:dependencies [[org.clojure/clojure "1.7.0"]
77
[prismatic/schema "1.1.6"]]
88
: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"]]}
1012
:provided {:dependencies [[org.clojure/clojurescript "1.7.170"]]}
1113
: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"]]}}
1415
:plugins [[lein-codox "0.10.3" :exclusions [org.clojure/clojure
1516
org.clojure/clojurescript]]
1617
[lein-javadoc "0.3.0" :exclusions [org.clojure/clojure

0 commit comments

Comments
 (0)