Description
Currently rya.pcj.functions.geo has a dependency on org.eclipse.rdf4j:rdf4j-queryalgebra-geosparql because it is not implemented in org.openrdf.sesame:*.2.7.x.
Two options for resolution:
- Either, update sesame to 2.8.11 (or higher) to get access to the artifact org.openrdf.sesame:sesame-queryalgebra-geosparql
- Or, remove all Sesame dependencies and replace them with its successor: Eclipse RDF4J.