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/master Commit: 462019c101be2c1d6449bae296bc0fdef0d23d8e Parents: fd4f4c9 Author: Jakob Frank <[email protected]> Authored: Mon Nov 24 12:18:58 2014 +0100 Committer: Jakob Frank <[email protected]> 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>
