Author: thomasm
Date: Mon Oct 26 08:18:24 2020
New Revision: 1882867
URL: http://svn.apache.org/viewvc?rev=1882867&view=rev
Log:
OAK-9261 Upgrade Apache Solr to 8.6.3 and remove Embedded Solr Server
Modified:
jackrabbit/oak/trunk/oak-benchmarks-solr/pom.xml
Modified: jackrabbit/oak/trunk/oak-benchmarks-solr/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-benchmarks-solr/pom.xml?rev=1882867&r1=1882866&r2=1882867&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-benchmarks-solr/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-benchmarks-solr/pom.xml Mon Oct 26 08:18:24 2020
@@ -46,29 +46,14 @@
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</dependency>
+
<dependency>
<groupId>org.apache.solr</groupId>
- <artifactId>solr-core</artifactId>
+ <artifactId>solr-solrj</artifactId>
<version>${solr.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.hadoop</groupId>
- <artifactId>hadoop-annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.googlecode.concurrentlinkedhashmap</groupId>
- <artifactId>concurrentlinkedhashmap-lru</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- </exclusion>
- </exclusions>
+ <scope>provided</scope>
</dependency>
+
</dependencies>