Yufan810 / cqels

Automatically exported from code.google.com/p/cqels
0 stars 0 forks source link

Update Apache Jena libraries #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The Jena libraries used in the project need to be updated, because it forbid 
the latest version of these libraries on the client side.

In example:
 - jena-arq 2.9.3 -> 2.11.1
 - jena-tdb 0.9.3 -> 1.0.1

As I see this require some changes in the code.

Original issue reported on code.google.com by KolchinMax on 8 May 2014 at 5:11

GoogleCodeExporter commented 8 years ago
Because Jena Apache changes very often and it will be the big effort to modify 
algorithms inside CQELS engine so we decided to fix its version to 2.9.3 rather 
than changing the code when there's the new version of Jena released. 

Original comment by chanle...@gmail.com on 13 May 2014 at 2:35