You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by ma...@apache.org on 2020/06/19 14:06:23 UTC

[gora] 01/01: Revert "GORA-653 Upgrade solr java driver to version 8.5.0"

This is an automated email from the ASF dual-hosted git repository.

madhawa pushed a commit to branch revert-212-GORA-653
in repository https://gitbox.apache.org/repos/asf/gora.git

commit eb21056d9de8cfb48fc6b4881f860603c610cd51
Author: Madhawa Gunasekara <ma...@gmail.com>
AuthorDate: Fri Jun 19 16:06:17 2020 +0200

    Revert "GORA-653 Upgrade solr java driver to version 8.5.0"
---
 gora-solr/pom.xml | 2 +-
 pom.xml           | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gora-solr/pom.xml b/gora-solr/pom.xml
index b278a29..e488c61 100644
--- a/gora-solr/pom.xml
+++ b/gora-solr/pom.xml
@@ -52,7 +52,7 @@
   <properties>
     <osgi.import>*</osgi.import>
     <osgi.export>org.apache.gora.solr*;version="${project.version}";-noimport:=true</osgi.export>
-    <jetty.version>9.4.27.v20200227</jetty.version>
+    <jetty.version>9.4.14.v20181114</jetty.version>
   </properties>
 
   <build>
diff --git a/pom.xml b/pom.xml
index 68fb669..b329f8f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -833,10 +833,10 @@
     <kudu.version>1.9.0</kudu.version>
     <!-- Solr Dependencies -->
     <lucene-solr.version>8.5.0</lucene-solr.version>
-    <solr-solrj.version>8.5.0</solr-solrj.version>
-    <jetty.version>9.4.27.v20200227</jetty.version>
+    <solr-solrj.version>8.0.0</solr-solrj.version>
+    <jetty.version>9.4.14.v20181114</jetty.version>
     <tika.version>1.12</tika.version>
-    <httpcomponents.version>4.5.10</httpcomponents.version>
+    <httpcomponents.version>4.5.6</httpcomponents.version>
     <commons-io.version>2.5</commons-io.version>
     <restlet.version>2.3.1</restlet.version>
     <!-- Flink Dependencies -->