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/08/30 18:57:01 UTC

git commit: CLEREZZA-949: added test dependency to test scope

Repository: clerezza
Updated Branches:
  refs/heads/master aaeda6f46 -> 0489dc104


CLEREZZA-949: added test dependency to test scope

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

Branch: refs/heads/master
Commit: 0489dc104070e6ae14a1160193dbe224d98062d4
Parents: aaeda6f
Author: Reto Gmür <re...@apache.org>
Authored: Sat Aug 30 18:55:42 2014 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Sat Aug 30 18:55:42 2014 +0200

----------------------------------------------------------------------
 rdf.utils/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/0489dc10/rdf.utils/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.utils/pom.xml b/rdf.utils/pom.xml
index de6dc50..b446eb5 100644
--- a/rdf.utils/pom.xml
+++ b/rdf.utils/pom.xml
@@ -53,6 +53,7 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core.test</artifactId>
             <version>0.15</version>
+            <scope>test</scope>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file