This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-shaded.git
The following commit(s) were added to refs/heads/master by this push:
new a9ddfe6 [KYUUBI-SHADED #11] [KYUUBI-SHADED #8][FOLLOWUP] Correct
curator version in NOTICE
a9ddfe6 is described below
commit a9ddfe694a28037fe7587433f8516553a9ad7ece
Author: Cheng Pan <[email protected]>
AuthorDate: Wed May 17 22:01:18 2023 +0800
[KYUUBI-SHADED #11] [KYUUBI-SHADED #8][FOLLOWUP] Correct curator version in
NOTICE
### _Why are the changes needed?_
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #11 from pan3793/curator.
19c6a8b [Cheng Pan] [KYUUBI-SHADED #8][FOLLOWUP] Correct curator version in
NOTICE
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
.../kyuubi-shaded-zookeeper-34/src/main/resources/META-INF/NOTICE | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/src/main/resources/META-INF/NOTICE
b/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/src/main/resources/META-INF/NOTICE
index 931f0f5..79d955d 100644
---
a/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/src/main/resources/META-INF/NOTICE
+++
b/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/src/main/resources/META-INF/NOTICE
@@ -6,8 +6,8 @@ The Apache Software Foundation (https://www.apache.org/).
This project bundles the following dependencies under the Apache Software
License 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
-- com.google.guava:guava:27.0.1-jre
-- org.apache.curator:curator-client:4.2.0
-- org.apache.curator:curator-framework:4.2.0
-- org.apache.curator:curator-recipes:4.2.0
+- com.google.guava:guava:16.0.1
+- org.apache.curator:curator-client:2.12.0
+- org.apache.curator:curator-framework:2.12.0
+- org.apache.curator:curator-recipes:2.12.0
- org.apache.zookeeper:zookeeper:3.4.14