You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by Reto Gmür <re...@apache.org> on 2014/08/07 20:42:25 UTC

Virtuoso JDBC

Currently the build on jenkins is failin on SCB Virtuoso storage provider
with:

[ERROR] Failed to execute goal on project rdf.virtuoso.storage: Could
not resolve dependencies for project
org.apache.clerezza:rdf.virtuoso.storage:bundle:1.0.0-SNAPSHOT: Failed
to collect dependencies for [org.apache.clerezza:rdf.core:jar:0.14
(provided), org.wymiwyg:wymiwyg-commons-core:jar:0.7.6 (compile),
org.apache.clerezza:ext.virtuoso.jdbc:jar:0.3 (provided),
org.osgi:org.osgi.core:jar:4.3.1 (compile),
org.osgi:org.osgi.compendium:jar:4.3.1 (compile),
org.apache.felix:org.apache.felix.scr.annotations:jar:1.6.0 (compile),
org.slf4j:slf4j-api:jar:1.6.1 (provided), log4j:log4j:jar:1.2.16
(test), com.google.guava:guava:jar:14.0 (compile),
junit:junit:jar:4.11 (test), org.slf4j:slf4j-log4j12:jar:1.6.1 (test),
org.apache.clerezza:platform.config:jar:0.4 (test),
org.apache.clerezza:rdf.jena.parser:jar:0.12 (test),
com.hp.hpl.jena:jena:jar:2.6.4 (test),
org.apache.clerezza:rdf.jena.facade:jar:0.14 (test),
org.apache.clerezza:rdf.jena.commons:jar:0.7 (test)]: Failed to read
artifact descriptor for virtuoso:virtjdbc:jar:4.1: Could not transfer
artifact virtuoso:virtjdbc:pom:4.1 from/to virtuoso-jdbc4-embedded
(file://localhost/${project.basedir}/src/main/resources/maven/repo):
Repository path /${project.basedir}/src/main/resources/maven/repo does
not exist, and cannot be created. -> [Help 1]


I guess that repository hack doesn't work for the transitive dependencies.

Cheers,
Reto