added sparql xml parser by default to the client
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/8a785b00 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/8a785b00 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/8a785b00 Branch: refs/heads/MARMOTTA-556 Commit: 8a785b0059da4e11585856035203fd39754644c2 Parents: 60dba18 Author: Sergio Fernández <[email protected]> Authored: Tue Apr 14 08:09:00 2015 +0200 Committer: Sergio Fernández <[email protected]> Committed: Tue Apr 14 08:09:00 2015 +0200 ---------------------------------------------------------------------- client/marmotta-client-java/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/8a785b00/client/marmotta-client-java/pom.xml ---------------------------------------------------------------------- diff --git a/client/marmotta-client-java/pom.xml b/client/marmotta-client-java/pom.xml index 12940a9..eb88957 100644 --- a/client/marmotta-client-java/pom.xml +++ b/client/marmotta-client-java/pom.xml @@ -114,8 +114,13 @@ </dependency> <dependency> <groupId>org.openrdf.sesame</groupId> - <artifactId>sesame-queryresultio-sparqljson</artifactId> - <scope>runtime</scope> + <artifactId>sesame-queryresultio-sparqlxml</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.openrdf.sesame</groupId> + <artifactId>sesame-queryresultio-sparqljson</artifactId> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId>
