Strabon
diff pom.xml @ 1011:dd7724b049de
added support of all SPARQL result types provided by Sesame (json, xml, csv, tsv, binary). To get the respective writer, just prepend the string "SPARQL/", e.g., "SPARQL/JSON". This is to ensure that we support all SPARQL result formats of the SPARQL Protocol.
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Mon Apr 08 15:41:13 2013 +0300 (2013-04-08) |
parents | 8fb408631e75 |
children | 8495c0c9b597 |
line diff
1.1 --- a/pom.xml Fri Apr 05 23:01:56 2013 +0300 1.2 +++ b/pom.xml Mon Apr 08 15:41:13 2013 +0300 1.3 @@ -214,6 +214,16 @@ 1.4 <artifactId>sesame-queryresultio-text</artifactId> 1.5 <version>${sesame.version}</version> 1.6 </dependency> 1.7 + <dependency> 1.8 + <groupId>org.openrdf.sesame</groupId> 1.9 + <artifactId>sesame-queryresultio-binary</artifactId> 1.10 + <version>${sesame.version}</version> 1.11 + </dependency> 1.12 + <dependency> 1.13 + <groupId>org.openrdf.sesame</groupId> 1.14 + <artifactId>sesame-queryresultio-sparqljson</artifactId> 1.15 + <version>${sesame.version}</version> 1.16 + </dependency> 1.17 <!-- sesame queryresultio dependencies --> 1.18 1.19 <dependency>