You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ry...@apache.org on 2008/09/18 04:33:35 UTC

svn commit: r696543 - /lucene/solr/trunk/src/maven/solr-common-pom.xml.template

Author: ryan
Date: Wed Sep 17 19:33:35 2008
New Revision: 696543

URL: http://svn.apache.org/viewvc?rev=696543&view=rev
Log:
SOLR-560 -- adding maven dependency for slfj4

Modified:
    lucene/solr/trunk/src/maven/solr-common-pom.xml.template

Modified: lucene/solr/trunk/src/maven/solr-common-pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/maven/solr-common-pom.xml.template?rev=696543&r1=696542&r2=696543&view=diff
==============================================================================
--- lucene/solr/trunk/src/maven/solr-common-pom.xml.template (original)
+++ lucene/solr/trunk/src/maven/solr-common-pom.xml.template Wed Sep 17 19:33:35 2008
@@ -37,11 +37,22 @@
   <packaging>jar</packaging>
 
   <dependencies>
-<!--
-      I believe that solr-common has no dependencies outside
-      of the JRE 1.5.  Feel free to modify if I've missed 
-      something that belongs here.
--->
+
+    <dependency>
+	  <groupId>org.slf4j</groupId>
+	  <artifactId>slf4j-api</artifactId>
+	  <version>1.5.3</version>
+	</dependency> 
+	
+	<!--
+	Your app will need an slf4j implementation, it does not matter which one...
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>1.5.3</version>
+    </dependency>
+    -->
+
   </dependencies>
   
 </project>