Skip to content

Commit

Permalink
Exclude any unnecessary Zookeeper dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Aug 30, 2024
1 parent d36a862 commit 81f74d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@ SPDX-License-Identifier: MIT
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>${solr.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj-zookeeper</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
Expand Down

0 comments on commit 81f74d9

Please sign in to comment.