AKSW / LSQ

Linked SPARQL Queries (LSQ): Framework for RDFizing triple store (web) logs and performing SPARQL query extraction, analysis and benchmarking in order to produce datasets of Linked SPARQL Queries
http://lsq.aksw.org
Apache License 2.0
25 stars 11 forks source link

build unsuccessful #37

Closed hashimkhanwazir closed 3 weeks ago

hashimkhanwazir commented 2 years ago

[ERROR] Failed to execute goal on project lsq-vocab-jena: Could not resolve dependencies for project org.aksw.simba.lsq:lsq-vocab-jena:jar:2.0.0-SNAPSHOT: Could not find artifact org.apache.jena:jena-core:jar:4.5.0-SNAPSHOT in maven.aksw.snapshots (https://maven.aksw.org/archiva/repository/snapshots) During build process this error is generated. Any hints to resolve the issue please ...

Aklakan commented 2 years ago

Sigh, apparently the apache snapshot repository removes old snapshots: There is no more 4.5.0-SNAPSHOT listed at https://repository.apache.org/content/repositories/snapshots/org/apache/jena/jena-arq/

I need to make a proper stable release of the code base.

Aklakan commented 3 weeks ago

The project now has a recent maven central release #53 which should have a corresponding stable build on the master branch.