Upgrade to Jena 3.6.0 (#67)
Resolves: https://jira.duraspace.org/browse/VIVO-1458
This commit is contained in:
parent
afaed98291
commit
efe8f265dc
2 changed files with 9 additions and 4 deletions
|
@ -168,4 +168,9 @@ public class RDFServiceDataset implements Dataset {
|
|||
return "RDFServiceDataset[" + ToString.hashHex(this) + ", " + g + "]";
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isEmpty() {
|
||||
return g.isEmpty();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
8
dependencies/pom.xml
vendored
8
dependencies/pom.xml
vendored
|
@ -176,7 +176,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.jena</groupId>
|
||||
<artifactId>jena-arq</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.6.0</version>
|
||||
<exclusions>
|
||||
<!-- Exclude OSGi bundles from jsonld-java -->
|
||||
<exclusion>
|
||||
|
@ -192,17 +192,17 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.jena</groupId>
|
||||
<artifactId>jena-core</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.6.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.jena</groupId>
|
||||
<artifactId>jena-sdb</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.6.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.jena</groupId>
|
||||
<artifactId>jena-tdb</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.6.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.solr</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue