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 2014/11/10 17:54:38 UTC

marmotta git commit: added missing dependency on test phase

Repository: marmotta
Updated Branches:
  refs/heads/develop 985b97a29 -> 7f80dbdd7


added missing dependency on test phase


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

Branch: refs/heads/develop
Commit: 7f80dbdd7bd774e24427e74c1339702008a74d60
Parents: 985b97a
Author: Sergio Fernández <wi...@apache.org>
Authored: Mon Nov 10 17:54:27 2014 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Mon Nov 10 17:54:27 2014 +0100

----------------------------------------------------------------------
 commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/7f80dbdd/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml
----------------------------------------------------------------------
diff --git a/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml b/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml
index d13a56e..f823e0f 100644
--- a/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml
+++ b/commons/marmotta-sesame-tools/marmotta-util-facading/pom.xml
@@ -66,6 +66,11 @@
             <artifactId>commons-lang3</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.marmotta</groupId>
+            <artifactId>marmotta-model-vocabs</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.openrdf.sesame</groupId>
             <artifactId>sesame-queryparser-api</artifactId>
             <scope>test</scope>