This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree 3 files changed +11
-3
lines changed
managed-schema/collection1/conf
static-schema/collection1/conf
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 21
21
<commons .collections>3.2.1</commons .collections>
22
22
<commons .lang>3.1</commons .lang>
23
23
<httpcomponents >4.3.1</httpcomponents >
24
- <solr >8.5.2 </solr >
24
+ <solr >8.6.3 </solr >
25
25
<springdata .commons>2.4.0-SNAPSHOT</springdata .commons>
26
26
<java-module-name >spring.data.solr</java-module-name >
27
27
</properties >
143
143
<groupId >com.fasterxml.jackson.core</groupId >
144
144
<artifactId >jackson-core</artifactId >
145
145
</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 >
146
154
</exclusions >
147
155
</dependency >
148
156
<dependency >
Original file line number Diff line number Diff line change 35
35
that you fully re-index after changing this setting as it can
36
36
affect both how text is indexed and queried.
37
37
-->
38
- <luceneMatchVersion >8.5.0 </luceneMatchVersion >
38
+ <luceneMatchVersion >8.6.3 </luceneMatchVersion >
39
39
40
40
<!-- <lib/> directives can be used to instruct Solr to load any Jars
41
41
identified and use them to resolve any "plugins" specified in
Original file line number Diff line number Diff line change 35
35
that you fully re-index after changing this setting as it can
36
36
affect both how text is indexed and queried.
37
37
-->
38
- <luceneMatchVersion >8.5.0 </luceneMatchVersion >
38
+ <luceneMatchVersion >8.6.3 </luceneMatchVersion >
39
39
40
40
<!-- <lib/> directives can be used to instruct Solr to load any Jars
41
41
identified and use them to resolve any "plugins" specified in
You can’t perform that action at this time.
0 commit comments