You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by an...@apache.org on 2013/04/19 06:10:54 UTC

[09/19] git commit: import sesame-rio-nquads package into nquads module

import sesame-rio-nquads package into nquads module


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/d0835607
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/d0835607
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/d0835607

Branch: refs/heads/ANY23-141
Commit: d08356077e6fa4a8a2741da233feb8b88a0b831a
Parents: 972faab
Author: Peter Ansell <p_...@yahoo.com>
Authored: Wed Oct 24 13:51:57 2012 +1000
Committer: Peter Ansell <p_...@yahoo.com>
Committed: Fri Apr 19 13:33:26 2013 +1000

----------------------------------------------------------------------
 nquads/pom.xml |    9 +++++++++
 pom.xml        |    5 +++++
 2 files changed, 14 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/d0835607/nquads/pom.xml
----------------------------------------------------------------------
diff --git a/nquads/pom.xml b/nquads/pom.xml
index 7c8e57f..b92c018 100644
--- a/nquads/pom.xml
+++ b/nquads/pom.xml
@@ -52,6 +52,10 @@
       <artifactId>sesame-rio-ntriples</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.openrdf.sesame</groupId>
+      <artifactId>sesame-rio-nquads</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.kohsuke.metainf-services</groupId>
       <artifactId>metainf-services</artifactId>
       <scope>compile</scope>
@@ -62,6 +66,11 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>

http://git-wip-us.apache.org/repos/asf/any23/blob/d0835607/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 64d8add..737e187 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,6 +357,11 @@
       </dependency>
       <dependency>
         <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-rio-nquads</artifactId>
+        <version>${sesame.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
         <artifactId>sesame-rio-n3</artifactId>
         <version>${sesame.version}</version>
       </dependency>