This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
managed-schema/collection1/conf
static-schema/collection1/conf Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2121 <commons .collections>3.2.1</commons .collections>
2222 <commons .lang>3.1</commons .lang>
2323 <httpcomponents >4.3.1</httpcomponents >
24- <solr >8.5.2 </solr >
24+ <solr >8.6.3 </solr >
2525 <springdata .commons>2.4.0-SNAPSHOT</springdata .commons>
2626 <java-module-name >spring.data.solr</java-module-name >
2727 </properties >
143143 <groupId >com.fasterxml.jackson.core</groupId >
144144 <artifactId >jackson-core</artifactId >
145145 </exclusion >
146+ <exclusion >
147+ <groupId >org.restlet.jee</groupId >
148+ <artifactId >org.restlet</artifactId >
149+ </exclusion >
150+ <exclusion >
151+ <groupId >org.restlet.jee</groupId >
152+ <artifactId >org.restlet.ext.servlet</artifactId >
153+ </exclusion >
146154 </exclusions >
147155 </dependency >
148156 <dependency >
Original file line number Diff line number Diff line change 3535 that you fully re-index after changing this setting as it can
3636 affect both how text is indexed and queried.
3737 -->
38- <luceneMatchVersion >8.5.0 </luceneMatchVersion >
38+ <luceneMatchVersion >8.6.3 </luceneMatchVersion >
3939
4040 <!-- <lib/> directives can be used to instruct Solr to load any Jars
4141 identified and use them to resolve any "plugins" specified in
Original file line number Diff line number Diff line change 3535 that you fully re-index after changing this setting as it can
3636 affect both how text is indexed and queried.
3737 -->
38- <luceneMatchVersion >8.5.0 </luceneMatchVersion >
38+ <luceneMatchVersion >8.6.3 </luceneMatchVersion >
3939
4040 <!-- <lib/> directives can be used to instruct Solr to load any Jars
4141 identified and use them to resolve any "plugins" specified in
You can’t perform that action at this time.
0 commit comments