You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2015/04/14 08:09:25 UTC

marmotta git commit: added sparql xml parser by default to the client

Repository: marmotta
Updated Branches:
  refs/heads/develop 60dba18d1 -> 8a785b005


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/develop
Commit: 8a785b0059da4e11585856035203fd39754644c2
Parents: 60dba18
Author: Sergio Fernández <wi...@apache.org>
Authored: Tue Apr 14 08:09:00 2015 +0200
Committer: Sergio Fernández <wi...@apache.org>
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>