Skip to content

Commit

Permalink
Temporary build change for debugging the missing neo4j-io problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
darabos committed Jul 10, 2020
1 parent a6177ee commit d9084d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -63,9 +63,9 @@ libraryDependencies ++= Seq(
"org.xerial" % "sqlite-jdbc" % "3.8.11.2",
// Neo4j driver & testing
"neo4j-contrib" % "neo4j-spark-connector" % "2.1.0-M4",
"org.neo4j.test" % "neo4j-harness" % "3.5.1" % "test",
"org.neo4j" % "neo4j-io" % "3.5.1" % "test",
"com.sun.jersey" % "jersey-core" % "1.19.4" % "test", // Required to create Neo4j test server
"org.neo4j.test" % "neo4j-harness" % "3.5.1",
"org.neo4j" % "neo4j-io" % "3.5.1",
"com.sun.jersey" % "jersey-core" % "1.19.4", // Required to create Neo4j test server
"com.lihaoyi" % "ammonite-sshd" % "1.0.3" cross CrossVersion.full excludeAll(
ExclusionRule(organization="org.specs2", name="specs2_2.11")),
// Required because of Ammonite using a different scalaz version than the Play framework
Expand Down

0 comments on commit d9084d9

Please sign in to comment.