Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAK-10449: bump zookeeper to v3.4.14 #1127

Merged
merged 8 commits into from
Sep 21, 2023
3 changes: 2 additions & 1 deletion oak-solr-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
org.apache.hadoop.*;resolution:=optional,
org.apache.regexp.*;resolution:=optional,
org.apache.log4j.*;resolution:=optional,
org.apache.yetus.audience.*;resolution:=optional,
fabriziofortino marked this conversation as resolved.
Show resolved Hide resolved
org.jboss.netty.*;resolution:=optional,
org.restlet.*;resolution:=optional,
org.joda.time.*;resolution:=optional,
Expand Down Expand Up @@ -152,7 +153,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.4.10</version>
<version>3.4.14</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down