Skip to content

Commit

Permalink
Revert Jena to 4.2.0
Browse files Browse the repository at this point in the history
There is a breaking API change in the subsystem registry, so this update must
be postponed
  • Loading branch information
atextor committed Jan 19, 2022
1 parent 65fb44a commit 0a7c24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ext.deps = [
guava: 'com.google.guava:guava:31.0.1-jre',
httpclient: 'org.apache.httpcomponents:httpclient:4.5.13',
jackson_databind: 'com.fasterxml.jackson.core:jackson-databind:2.13.0',
jena: 'org.apache.jena:jena:4.3.0',
jena_core: 'org.apache.jena:jena-core:4.3.0',
jena: 'org.apache.jena:jena:4.2.0',
jena_core: 'org.apache.jena:jena-core:4.2.0',
logback: 'ch.qos.logback:logback-classic:1.2.7',
openllet: 'com.github.galigator.openllet:openllet-jena:2.6.5',
owlapi: 'net.sourceforge.owlapi:owlapi-distribution:5.1.19',
Expand Down

0 comments on commit 0a7c24a

Please sign in to comment.