You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2014/11/26 13:35:28 UTC

[3/6] marmotta git commit: Added slf4j-simple as test-dependency for the kiwi-loader

Added slf4j-simple as test-dependency for the kiwi-loader


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

Branch: refs/heads/develop
Commit: 462019c101be2c1d6449bae296bc0fdef0d23d8e
Parents: fd4f4c9
Author: Jakob Frank <ja...@apache.org>
Authored: Mon Nov 24 12:18:58 2014 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Wed Nov 26 12:51:31 2014 +0100

----------------------------------------------------------------------
 libraries/kiwi/kiwi-loader/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/462019c1/libraries/kiwi/kiwi-loader/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-loader/pom.xml b/libraries/kiwi/kiwi-loader/pom.xml
index 3e8a6fe..54b7859 100644
--- a/libraries/kiwi/kiwi-loader/pom.xml
+++ b/libraries/kiwi/kiwi-loader/pom.xml
@@ -80,6 +80,11 @@
             <artifactId>sesame-rio-rdfxml</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>
 </project>