I had the same problem and added the following dependencies to remove the error: <!-- SOLR CORE AND ITS DEPENDENCIES -->
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
<version>8.11.2</version>
</dependency>
<dependency>
<groupId>org...