From 25a190fb237572fe1515511bfeb5c8de7dcf37ee Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Fri, 9 Dec 2022 12:55:02 -0600 Subject: Get this compiling again on newer java --- boot.properties | 2 +- build.boot | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/boot.properties b/boot.properties index 14de5ae..8e23736 100644 --- a/boot.properties +++ b/boot.properties @@ -1,2 +1,2 @@ BOOT_CLOJURE_VERSION=1.7.0 -BOOT_VERSION=2.6.0 +BOOT_VERSION=2.8.3 diff --git a/build.boot b/build.boot index 5e3affc..11174fe 100644 --- a/build.boot +++ b/build.boot @@ -5,12 +5,13 @@ [com.cemerick/piggieback "0.2.1" :scope "test"] [compojure "1.5.1"] [hoplon/castra "3.0.0-alpha5"] - [hoplon "6.0.0-alpha17.amatus0"] + [hoplon "6.0.0-alpha17"] + [javax.xml.bind/jaxb-api "2.3.0"] [net.sf.expectit/expectit-core "0.8.2"] [org.clojure/clojure "1.7.0"] [org.clojure/clojurescript "1.7.170"] [org.clojure/tools.nrepl "0.2.12" :scope "test"] - [pandeiro/boot-http "0.7.6"] + [pandeiro/boot-http "0.7.5"] [ring "1.5.0"] [ring/ring-defaults "0.3.0-beta1"] [simpledb "0.1.4"] -- cgit v1.2.3-18-g5258