Skip to content

Commit

Permalink
Update MF Version to 6.1.2 and 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Sep 3, 2024
1 parent d034838 commit 9ed5a0b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
git clone https://github.com/metafacture/metafacture-fix.git
cd metafacture-fix
git checkout 0.7.0
git checkout 1.1.2
./gradlew publishToMavenLocal
- name: Run tests
run: sbt update test
24 changes: 12 additions & 12 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.1",
"com.github.jsonld-java" % "jsonld-java" % "0.13.6",
"org.apache.jena" % "jena-arq" % "3.17.0",
"org.metafacture" % "metamorph" % "5.7.0" exclude("org.slf4j", "slf4j-simple"),
"org.metafacture" % "metafacture-elasticsearch" % "5.7.0",
"org.metafacture" % "metamorph-test" % "5.7.0",
"org.metafacture" % "metafacture-json" % "5.7.0",
"org.metafacture" % "metafacture-csv" % "5.7.0",
"org.metafacture" % "metafacture-io" % "5.7.0",
"org.metafacture" % "metafacture-triples" % "5.7.0",
"org.metafacture" % "metafacture-biblio" % "5.7.0",
"org.metafacture" % "metafacture-xml" % "5.7.0",
"org.metafacture" % "metafacture-framework" % "5.7.0",
"org.metafacture" % "metafacture-strings" % "5.7.0",
"org.metafacture" % "metafix" % "0.7.0",
"org.metafacture" % "metamorph" % "6.1.2" exclude("org.slf4j", "slf4j-simple"),
"org.metafacture" % "metafacture-elasticsearch" % "6.1.2",
"org.metafacture" % "metamorph-test" % "6.1.2",
"org.metafacture" % "metafacture-json" % "6.1.2",
"org.metafacture" % "metafacture-csv" % "6.1.2",
"org.metafacture" % "metafacture-io" % "6.1.2",
"org.metafacture" % "metafacture-triples" % "6.1.2",
"org.metafacture" % "metafacture-biblio" % "6.1.2",
"org.metafacture" % "metafacture-xml" % "6.1.2",
"org.metafacture" % "metafacture-framework" % "6.1.2",
"org.metafacture" % "metafacture-strings" % "6.1.2",
"org.metafacture" % "metafix" % "1.1.2",
"org.xbib.elasticsearch.plugin" % "elasticsearch-plugin-bundle" % "2.3.2.0",
"com.jayway.jsonpath" % "json-path" % "2.2.0",
"net.java.dev.jna" % "jna" % "4.1.0",
Expand Down

0 comments on commit 9ed5a0b

Please sign in to comment.