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
