Skip to content

Commit

Permalink
Merge pull request #10 from jamtur01/j9
Browse files Browse the repository at this point in the history
Added javax.xml.bind as a dependency to support Java 9
  • Loading branch information
aphyr committed Dec 18, 2017
2 parents adc9206 + 480b7df commit eb0720e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
:url "http://github.com/aphyr/less-awful-ssl"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:profiles {:dev {:dependencies [[org.clojure/clojure "1.6.0"]]}})
:dependencies [
[javax.xml.bind/jaxb-api "2.3.0"]]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.9.0"]]}})

0 comments on commit eb0720e

Please sign in to comment.