Fix "SolrServerException: Server refused connection", during startup.

This commit is contained in:
Lampros Smyrnaios 2023-01-30 13:44:15 +02:00
parent 40aae5d750
commit b9cde0f1a9
1 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,11 @@
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>9.1.1</version>
</dependency>
<dependency>
<groupId>eu.dnetlib.dhp</groupId>