You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Miguel Bento Alves <mb...@gmail.com> on 2014/06/18 11:12:01 UTC

mutual dependencies - How to solve?

GSoC - Jena650 - Define SPARQL commands in Jena rules

I have mutual dependencies in my project. When a rule is parsed, in
Jena-core, I detect the Sparql commands. To parse the Sparql command, I call
the Sparql parser, which is in Jena-arq. However, jena-arq has jena-core in
its dependencies. 

what is the best approach to solve this?

Miguel