-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update zookeeper dependency to import from LinkedIn published version (…
…#917) * Update zookeeper dependency to import from LinkedIn published version Changing zookeeper import version and source. Change to importing from publicly available version published by LinkedIn instead of the version published from apache. Apache published version does not support pagination whereas the one published from LinkedIn does. * Excluding zookeeper dependency from org.apache.zookeeper Helix dependency transitively pulls zookeeper dependency from org.apache.zookeeper which conflicts with the zookeeper dependency from com.linkedin.zookeeper that we introduced for pagination support. We need to exclude this dependency globally. Updating major version because of zookeeper dependency group change
- Loading branch information
Suraj Nagaraja Kasi
authored
Nov 30, 2022
1 parent
4eafa7b
commit 65fa823
Showing
3 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
allprojects { | ||
version = "4.2.0-SNAPSHOT" | ||
version = "5.0.0-SNAPSHOT" | ||
} | ||
|
||
subprojects { | ||
|