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 2016/05/24 09:55:25 UTC

[3/3] jena git commit: JENA-1185: Include slf4j-log4j12 and log4j dependencies

JENA-1185: Include slf4j-log4j12 and log4j dependencies


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

Branch: refs/heads/master
Commit: e55361dcb27474e5bd4c2d9ba572d63c063eb8a3
Parents: 5d23872
Author: Andy Seaborne <an...@apache.org>
Authored: Tue May 24 10:55:13 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue May 24 10:55:13 2016 +0100

----------------------------------------------------------------------
 jena-fuseki2/jena-fuseki-war/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/e55361dc/jena-fuseki2/jena-fuseki-war/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-war/pom.xml b/jena-fuseki2/jena-fuseki-war/pom.xml
index b027d8c..118a92a 100644
--- a/jena-fuseki2/jena-fuseki-war/pom.xml
+++ b/jena-fuseki2/jena-fuseki-war/pom.xml
@@ -51,6 +51,17 @@
       <version>${project.version}</version>
     </dependency>
 
+    <!-- Require a logging implementation -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency> 
+    
   </dependencies>
 
   <build>