Skip to content

Commit 6a43c61

Browse files
committed
OAK-11346: remove oak-solr - leftovers
1 parent 3e09cae commit 6a43c61

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
// schedule oak-jcr:ut,oak-search-elastic,oak-segment-tar,oak-store-document first
2222
// because they are longest running modules
23-
def OAK_MODULES = 'oak-jcr:ut,oak-search-elastic,oak-segment-tar,oak-store-document,oak-api,oak-auth-external,oak-auth-ldap,oak-authorization-cug,oak-authorization-principalbased,oak-benchmarks,oak-benchmarks-elastic,oak-benchmarks-lucene,oak-benchmarks-solr,oak-blob,oak-blob-cloud,oak-blob-cloud-azure,oak-blob-plugins,oak-commons,oak-core,oak-core-spi,oak-examples,oak-exercise,oak-http,oak-it,oak-it-osgi,oak-jackrabbit-api,oak-jcr:it,oak-lucene,oak-pojosr,oak-query-spi,oak-run,oak-run-commons,oak-run-elastic,oak-search,oak-security-spi,oak-segment-aws,oak-segment-azure,oak-segment-remote,oak-solr-core,oak-solr-osgi,oak-standalone,oak-store-composite,oak-store-spi,oak-upgrade,oak-webapp'
23+
def OAK_MODULES = 'oak-jcr:ut,oak-search-elastic,oak-segment-tar,oak-store-document,oak-api,oak-auth-external,oak-auth-ldap,oak-authorization-cug,oak-authorization-principalbased,oak-benchmarks,oak-benchmarks-elastic,oak-benchmarks-lucene,oak-blob,oak-blob-cloud,oak-blob-cloud-azure,oak-blob-plugins,oak-commons,oak-core,oak-core-spi,oak-examples,oak-exercise,oak-http,oak-it,oak-it-osgi,oak-jackrabbit-api,oak-jcr:it,oak-lucene,oak-pojosr,oak-query-spi,oak-run,oak-run-commons,oak-run-elastic,oak-search,oak-security-spi,oak-segment-aws,oak-segment-azure,oak-segment-remote,oak-standalone,oak-store-composite,oak-store-spi,oak-upgrade,oak-webapp'
2424

2525
properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '10'))])
2626

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ The build consists of the following main components:
5959
- [oak-core][1] - Oak repository API and implementation
6060
- oak-jcr - JCR binding for the Oak repository
6161
- oak-sling - integration with Apache Sling
62-
- oak-solr-core - Apache Solr indexing and search
63-
- oak-solr-embedded - Apache Solr on an embedded Solr instance
64-
- oak-solr-remote - Apache Solr on an remote (HTTP) Solr instance
6562
- oak-http - HTTP binding for Oak
6663
- oak-lucene - Lucene-based query index
6764
- oak-run - runnable jar packaging

oak-parent/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
<mongo.version>3.6</mongo.version>
5858
<segment.db>SegmentMK</segment.db>
5959
<lucene.version>4.7.2</lucene.version>
60-
<solr.version>8.11.3</solr.version>
6160
<mongo.driver.version>3.12.14</mongo.driver.version>
6261
<slf4j.api.version>1.7.36</slf4j.api.version>
6362
<slf4j.version>1.7.36</slf4j.version> <!-- sync with logback version -->
@@ -212,12 +211,6 @@
212211
<filter>!org.apache.jackrabbit.oak.plugins.document.spi</filter>
213212
<filter>!org.apache.jackrabbit.oak.plugins.index.lucene</filter>
214213
<filter>!org.apache.jackrabbit.oak.plugins.index.lucene.util</filter>
215-
<filter>!org.apache.jackrabbit.oak.plugins.index.solr</filter>
216-
<filter>!org.apache.jackrabbit.oak.plugins.index.solr.configuration</filter>
217-
<filter>!org.apache.jackrabbit.oak.plugins.index.solr.index</filter>
218-
<filter>!org.apache.jackrabbit.oak.plugins.index.solr.query</filter>
219-
<filter>!org.apache.jackrabbit.oak.plugins.index.solr.server</filter>
220-
<filter>!org.apache.jackrabbit.oak.plugins.index.solr.util</filter>
221214
<filter>!org.apache.jackrabbit.oak.segment.spi.monitor</filter>
222215
<filter>!org.apache.jackrabbit.oak.segment.spi.persistence</filter>
223216
<!-- OAK-10838: we can't control the package version for the EOLd copy of lucene-core -->

0 commit comments

Comments
 (0)