You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/07/02 16:14:22 UTC

[05/50] [abbrv] incubator-commonsrdf git commit: Use 'Simple' in examples

Use 'Simple' in examples


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

Branch: refs/heads/jena
Commit: d804f740cf6a7d86990d3bd3f6b09b36f8839a84
Parents: f5d15e4
Author: Andy Seaborne <an...@seaborne.org>
Authored: Thu Aug 27 16:13:10 2015 +0100
Committer: Andy Seaborne <an...@seaborne.org>
Committed: Thu Aug 27 16:13:10 2015 +0100

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/d804f740/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 46730bb..818d008 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,13 @@
       <version>${ver.commonsrdf}</version>
     </dependency>
 
+    <!-- Used for testing and examples -->
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-rdf-simple</artifactId>
+      <version>${ver.commonsrdf}</version>
+    </dependency>
+
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rdf-api</artifactId>