switch to xhub4j-core 1.1.0 for java 9/11 compatibility (#2290)

fixes #2289
This commit is contained in:
Matthieu Brouillard
2019-03-31 06:00:28 +02:00
committed by Naoki Takezoe
parent bf90d2842b
commit f648d60abb

View File

@@ -56,7 +56,7 @@ libraryDependencies ++= Seq(
"com.zaxxer" % "HikariCP" % "3.2.0",
"com.typesafe" % "config" % "1.3.3",
"com.typesafe.akka" %% "akka-actor" % "2.5.18",
"fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.0.0",
"fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",
"com.github.bkromhout" % "java-diff-utils" % "2.1.1",
"org.cache2k" % "cache2k-all" % "1.2.0.Final",
"com.enragedginger" %% "akka-quartz-scheduler" % "1.7.0-akka-2.5.x" exclude ("c3p0", "c3p0") exclude ("com.zaxxer", "HikariCP-java6"),