Skip to content

Commit

Permalink
decrease org.apache.jena:jena-core and jena-arq version to be compati…
Browse files Browse the repository at this point in the history
…ble with java8
  • Loading branch information
Susanne Kunis committed Jul 25, 2023
1 parent 8ca3341 commit 3fdcfc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ dependencies {
implementation("ch.qos.logback:logback-core:1.3.5")

//implementation("org.aksw.jena-sparql-api:jena-sparql-api-core:3.17.0-1")
implementation("org.apache.jena:jena-core:4.1.0")
implementation("org.apache.jena:jena-arq:4.1.0")
implementation("org.apache.jena:jena-core:3.17.0")
implementation("org.apache.jena:jena-arq:3.17.0")

}

Expand Down

0 comments on commit 3fdcfc6

Please sign in to comment.