diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d261151..3614ad3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Set up JDK 1.8 + - name: Set up JDK 11 uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 11 #- name: Install metafacture-core # run: | # git clone https://github.com/metafacture/metafacture-core.git @@ -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 diff --git a/build.sbt b/build.sbt index 11f619c..6636e98 100644 --- a/build.sbt +++ b/build.sbt @@ -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",