[sbt] Include JABX for JDK9+ (#146)

This commit is contained in:
Paul Campbell 2019-08-04 20:13:04 +01:00 committed by GitHub
parent ec221d9f05
commit 96ecedbe61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(