Author: thomasm
Date: Mon Oct 26 08:22:28 2020
New Revision: 1882868

URL: http://svn.apache.org/viewvc?rev=1882868&view=rev
Log:
OAK-9261 Upgrade Apache Solr to 8.6.3 and remove Embedded Solr Server

Modified:
    jackrabbit/oak/branches/1.22/oak-benchmarks/pom.xml

Modified: jackrabbit/oak/branches/1.22/oak-benchmarks/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.22/oak-benchmarks/pom.xml?rev=1882868&r1=1882867&r2=1882868&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.22/oak-benchmarks/pom.xml (original)
+++ jackrabbit/oak/branches/1.22/oak-benchmarks/pom.xml Mon Oct 26 08:22:28 2020
@@ -177,29 +177,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>
+
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-math</artifactId>


Reply via email to