From 96ecedbe61a98972876136b74a43491933cabfa8 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 4 Aug 2019 20:13:04 +0100 Subject: [PATCH] [sbt] Include JABX for JDK9+ (#146) --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 93364a6..f7eddbd 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,8 @@ val awsSdkDependencies = Seq( "com.amazonaws" % "aws-java-sdk-s3" % "1.11.603", // override the versions AWS uses, which is they do to preserve Java 6 compatibility "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9.2", - "com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % "2.9.9" + "com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % "2.9.9", + "javax.xml.bind" % "jaxb-api" % "2.3.1" ) ) val zioDependencies = Seq(