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 2012/09/23 21:13:55 UTC

svn commit: r1389123 - /jena/trunk/jena-fuseki/pom.xml

Author: andy
Date: Sun Sep 23 19:13:55 2012
New Revision: 1389123

URL: http://svn.apache.org/viewvc?rev=1389123&view=rev
Log:
Require jcl-over-slf4j

Modified:
    jena/trunk/jena-fuseki/pom.xml

Modified: jena/trunk/jena-fuseki/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/pom.xml?rev=1389123&r1=1389122&r2=1389123&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/pom.xml (original)
+++ jena/trunk/jena-fuseki/pom.xml Sun Sep 23 19:13:55 2012
@@ -202,7 +202,6 @@
       <groupId>org.slf4j</groupId>
       <artifactId>jcl-over-slf4j</artifactId>
       <version>${ver.slf4j}</version>
-      <optional>true</optional>
     </dependency>
 
     <!-- Needed because the Fuseki test suite resets logging levels -->