From bd1ca071286987bc148fda830aa3141f56891efb Mon Sep 17 00:00:00 2001 From: Kevin Wright Date: Thu, 1 Feb 2018 09:49:03 +0000 Subject: Removing a pair of jaxb dependencies that weren't actually needed --- build.sbt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 035b32b..487c103 100644 --- a/build.sbt +++ b/build.sbt @@ -31,12 +31,10 @@ lazy val tests = project libraryDependencies ++= Seq( "com.fommil" %% "deriving-macro" % "0.9.0", "com.fommil" %% "scalaz-deriving" % "0.9.0", - // These 4 to allow compilation under Java 9... + // These two to allow compilation under Java 9... // Specifically to import XML stuff that got modularised "javax.xml.bind" % "jaxb-api" % "2.3.0" % "compile", - "com.sun.xml.bind" % "jaxb-impl" % "2.3.0" % "compile", - "org.glassfish.jaxb" % "jaxb-runtime" % "2.3.0" % "compile", - "javax.activation" % "activation" % "1.1.1" % "compile" + "com.sun.xml.bind" % "jaxb-impl" % "2.3.0" % "compile" ) ) .dependsOn(examplesJVM) -- cgit v1.2.3