You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/03/28 12:14:33 UTC

svn commit: r1582698 - /manifoldcf/branches/CONNECTORS-912/connectors/solr/pom.xml

Author: kwright
Date: Fri Mar 28 11:14:32 2014
New Revision: 1582698

URL: http://svn.apache.org/r1582698
Log:
More pom fixes

Modified:
    manifoldcf/branches/CONNECTORS-912/connectors/solr/pom.xml

Modified: manifoldcf/branches/CONNECTORS-912/connectors/solr/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/solr/pom.xml?rev=1582698&r1=1582697&r2=1582698&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/connectors/solr/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/solr/pom.xml Fri Mar 28 11:14:32 2014
@@ -216,6 +216,11 @@
       <artifactId>httpclient</artifactId>
       <version>${httpcomponent.httpclient.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>${slf4j.version}</version>
+    </dependency>
     
     <!-- Testing dependencies -->
     
@@ -364,12 +369,6 @@
     
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-      <version>${slf4j.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
       <version>${slf4j.version}</version>
       <scope>test</scope>