You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/02/01 14:12:16 UTC

[07/35] jena git commit: Also depend on slf4j-api

Also depend on slf4j-api


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

Branch: refs/heads/master
Commit: d09bebd4d2dc5224040fd420f453a713c92f93b4
Parents: 1af75b6
Author: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Authored: Sat Nov 1 01:51:26 2014 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 12 01:19:15 2015 +0000

----------------------------------------------------------------------
 jena-osgi/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/d09bebd4/jena-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/jena-osgi/pom.xml b/jena-osgi/pom.xml
index 0e98b94..e30db7f 100644
--- a/jena-osgi/pom.xml
+++ b/jena-osgi/pom.xml
@@ -207,6 +207,11 @@
       <groupId>org.slf4j</groupId>
       <artifactId>jcl-over-slf4j</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>${ver.slf4j}</version>
+    </dependency>
   </dependencies>
 
   <build>