Author: kwright
Date: Tue Jan 1 19:17:56 2013
New Revision: 1427539
URL: http://svn.apache.org/viewvc?rev=1427539&view=rev
Log:
Update pom build versions to match ant versions.
Modified:
manifoldcf/branches/CONNECTORS-594/build.xml
manifoldcf/branches/CONNECTORS-594/connectors/solr/pom.xml
manifoldcf/branches/CONNECTORS-594/pom.xml
Modified: manifoldcf/branches/CONNECTORS-594/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-594/build.xml?rev=1427539&r1=1427538&r2=1427539&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-594/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-594/build.xml Tue Jan 1 19:17:56 2013
@@ -3093,14 +3093,6 @@ Use Apache Forrest version forrest-0.9-d
<param name="artifact-name" value="jcl-over-slf4j"/>
<param name="artifact-type" value="jar"/>
</antcall>
- <!--antcall target="download-via-maven">
- <param name="target" value="lib"/>
- <param name="project-path" value="org/slf4j"/>
- <param name="artifact-version" value="1.6.6"/>
- <param name="artifact-name" value="log4j-over-slf4j"/>
- <param name="artifact-type" value="jar"/>
- </antcall-->
-
</target>
<target name="download-jetty">
Modified: manifoldcf/branches/CONNECTORS-594/connectors/solr/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-594/connectors/solr/pom.xml?rev=1427539&r1=1427538&r2=1427539&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-594/connectors/solr/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-594/connectors/solr/pom.xml Tue Jan 1
19:17:56 2013
@@ -76,5 +76,15 @@
<artifactId>mcf-ui-core</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-solrj</artifactId>
+ <version>4.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>${httpcomponent.version}</version>
+ </dependency>
</dependencies>
</project>
Modified: manifoldcf/branches/CONNECTORS-594/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-594/pom.xml?rev=1427539&r1=1427538&r2=1427539&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-594/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-594/pom.xml Tue Jan 1 19:17:56 2013
@@ -44,11 +44,10 @@
<derby.version>10.8.2.2</derby.version>
<jetty.version>7.5.4.v20111024</jetty.version>
<commons-codec.version>1.5</commons-codec.version>
- <commons-io.version>2.0.1</commons-io.version>
+ <commons-io.version>2.1</commons-io.version>
<commons-logging.version>1.1.1</commons-logging.version>
<commons-collections.version>3.2.1</commons-collections.version>
<commons-fileupload.version>1.2.2</commons-fileupload.version>
- <commons-httpclient.version>3.1-mcf-1</commons-httpclient.version>
<httpcomponent.version>4.2.2</httpcomponent.version>
<commons-el.version>1.0</commons-el.version>
<commons-lang.version>2.6</commons-lang.version>
@@ -62,7 +61,7 @@
<jdbcpool.version>0.99</jdbcpool.version>
<json.version>20090211</json.version>
<velocity.version>1.7</velocity.version>
- <slf4j.version>1.6.4</slf4j.version>
+ <slf4j.version>1.6.6</slf4j.version>
</properties>
<modules>