dice-group / FOX

Federated Knowledge Extraction Framework
GNU Affero General Public License v3.0
189 stars 51 forks source link

build failed due to unresolvable jsonld dependency #13

Closed rpietzsch closed 9 years ago

rpietzsch commented 9 years ago

Currently the build is failing with:

[ERROR] Failed to execute goal on project fox: Could not resolve dependencies for project org.aksw:fox:jar:2.3.0: 
The following artifacts could not be resolved: 
com.github.jsonld-java.jsonld-java:jsonld-java:bundle:0.5.1, 
com.github.jsonld-java.jsonld-java:jsonld-java-clerezza:bundle:0.5.1, 
com.github.jsonld-java.jsonld-java:jsonld-java-rdf2go:bundle:0.5.1, 
com.github.jsonld-java.jsonld-java:jsonld-java-sesame:bundle:0.5.1: 
Could not find artifact com.github.jsonld-java.jsonld-java:jsonld-java:bundle:0.5.1 in jitpack.io (https://jitpack.io) -> [Help 1]

According to https://jitpack.io/#jsonld-java/jsonld-java/v0.5.1 <version> should be v0.5.1 instead of 0.5.1 but even then it fails with same message.

renespeck commented 9 years ago

Please see: https://github.com/AKSW/FOX/issues/12

I have not updated yet, since I had no time to test if it works.