You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2014/03/28 14:40:56 UTC

git commit: added missing dependency

Repository: clerezza
Updated Branches:
  refs/heads/master 322bf9b77 -> c007a6aa0


added missing dependency

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

Branch: refs/heads/master
Commit: c007a6aa09a60f5050e20d09b66d383c02e23112
Parents: 322bf9b
Author: retobg <re...@apache.org>
Authored: Fri Mar 28 14:40:44 2014 +0100
Committer: retobg <re...@apache.org>
Committed: Fri Mar 28 14:40:44 2014 +0100

----------------------------------------------------------------------
 platform.launcher.storageless.parent/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/c007a6aa/platform.launcher.storageless.parent/pom.xml
----------------------------------------------------------------------
diff --git a/platform.launcher.storageless.parent/pom.xml b/platform.launcher.storageless.parent/pom.xml
index 1ca3c66..4260de1 100644
--- a/platform.launcher.storageless.parent/pom.xml
+++ b/platform.launcher.storageless.parent/pom.xml
@@ -347,6 +347,12 @@
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
+            <artifactId>rdf.file.storage</artifactId>
+            <scope>runtime</scope>
+            <version>0.4-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.sparql</artifactId>
             <scope>runtime</scope>
             <version>0.7-SNAPSHOT</version>