MNT-22393 Update to Solr 6.6.5-patched.5 to avoid using "xmlbeans" library

This commit is contained in:
Angel Borroy
2021-06-17 13:31:49 +02:00
parent c895bd0ab2
commit 95f8d40c37
+1 -1
View File
@@ -29,7 +29,7 @@
<properties>
<maven.build.sourceVersion>11</maven.build.sourceVersion>
<solr.base.version>6.6.5</solr.base.version>
<solr.version>${solr.base.version}-patched.4</solr.version>
<solr.version>${solr.base.version}-patched.5</solr.version>
<!-- The location to download the solr zip file from. -->
<!-- <solr.zip>https://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.zip</solr.zip> -->
<!-- Solr startup scripts do not work with any Java version higher than 9 so the scripts have been patched -->