Skip to content

Commit

Permalink
Update to new Metafacture dependency; use Java 11 (#129)
Browse files Browse the repository at this point in the history
Don't forget to "export JAVA_HOME=$yourPath".
  • Loading branch information
dr0i committed Feb 6, 2025
1 parent 4e6ab28 commit b5426bb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ libraryDependencies ++= Seq(
cache,
javaWs,
"com.typesafe.play" % "play-test_2.11" % "2.4.11",
"org.metafacture" % "metafacture-elasticsearch" % "5.7.0",
"org.metafacture" % "metafacture-io" % "5.7.0",
"org.metafacture" % "metafacture-strings" % "5.7.0",
"org.metafacture" % "metafacture-json" % "5.7.0",
"org.metafacture" % "metafacture-flux" % "5.7.0",
"org.metafacture" % "metafacture-triples" % "5.7.0",
"org.metafacture" % "metafacture-formatting" % "5.7.0",
"org.metafacture" % "metafacture-monitoring" % "5.7.0",
"org.metafacture" % "metafacture-csv" % "5.7.0",
"org.metafacture" % "metafacture-linkeddata" % "5.7.0",
"org.metafacture" % "metafix" % "0.7.0",
"org.metafacture" % "metafacture-elasticsearch" % "6.2.0",
"org.metafacture" % "metafacture-io" % "6.2.0",
"org.metafacture" % "metafacture-strings" % "6.2.0",
"org.metafacture" % "metafacture-json" % "6.2.0",
"org.metafacture" % "metafacture-flux" % "6.2.0",
"org.metafacture" % "metafacture-triples" % "6.2.0",
"org.metafacture" % "metafacture-formatting" % "6.2.0",
"org.metafacture" % "metafacture-monitoring" % "6.2.0",
"org.metafacture" % "metafacture-csv" % "6.2.0",
"org.metafacture" % "metafacture-linkeddata" % "6.2.0",
"org.metafacture" % "metafix" % "1.2.0",
"org.elasticsearch" % "elasticsearch" % "1.7.5" withSources(),
"com.github.jsonld-java" % "jsonld-java" % "0.5.0",
"org.apache.commons" % "commons-rdf-jena" % "0.5.0",
Expand Down

0 comments on commit b5426bb

Please sign in to comment.