Closed GoogleCodeExporter closed 9 years ago
This issue was closed by revision r752.
Original comment by a.gazzarini@gmail.com
on 23 Jan 2014 at 11:54
- sesame-sail-rdbms has been declared with default scope (compile): not sure if
this is the best LRUMap impl and if we want to import that whole library for
one class
- removed @See Javadoc comment in RestApplicationResource
Original comment by a.gazzarini@gmail.com
on 23 Jan 2014 at 11:57
Hi Andrea,
thanks for fixing this ;) I didn't check the new branch for build errors
before. Sorry about that.
Regarding your the "sesame-sail-rdbms" dependency: I agree - its not needed at
all. We can use any LRUMap implementation. In general, the sesame dependency
management is not good. We simply have
<groupId>org.openrdf.sesame</groupId>
<artifactId>sesame-runtime</artifactId>
in our current pom. This simply adds (almost) all sesame libs. Regardless if
they are needed. I added this as issue 23. I will look at this ...
Kind regards
Andreas
Original comment by andreas.josef.wagner
on 24 Jan 2014 at 8:26
Original issue reported on code.google.com by
a.gazzarini@gmail.com
on 23 Jan 2014 at 10:31