[Notice] Announcing the End of Demo Server [Read me]
doortts doortts 2018-07-11
dependency: Add jaxb api lib for Java 9/10
@ebc51a6f6ce1a9705291eac820555476ae3569a5
build.sbt
--- build.sbt
+++ build.sbt
@@ -56,7 +56,7 @@
   "com.google.guava" % "guava" % "19.0",
   "com.googlecode.htmlcompressor" % "htmlcompressor" % "1.4",
   "org.springframework" % "spring-jdbc" % "4.1.5.RELEASE",
-  "org.mozilla" % "rhino" % "1.7.7.1"
+  "javax.xml.bind" % "jaxb-api" % "2.3.0"
 )
 
 libraryDependencies += "org.apache.subversion" % "svn-javahl-api" % "1.9.0"
Add a comment
List