Skip to content

Commit

Permalink
eclipse-rdf4jGH-5060: added comment about zookeeper
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Hanssens <[email protected]>
  • Loading branch information
barthanssens committed Jul 1, 2024
1 parent 3df6dc7 commit 131557d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/sail/solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<zookeeper.version>3.7.2</zookeeper.version>
</properties>
<dependencies>
<!-- use at least zookeeper 3.7.2 to fix CVE, can be removed if solr provides a newer version -->
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
Expand All @@ -26,6 +27,7 @@
<artifactId>zookeeper-jute</artifactId>
<version>${zookeeper.version}</version>
</dependency>
<!-- -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rdf4j-sail-lucene-api</artifactId>
Expand Down

0 comments on commit 131557d

Please sign in to comment.