This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new eee14b5993 Removing unnecessary com.github.sgroschupf dependency
exclusion. (#13647)
eee14b5993 is described below
commit eee14b5993d0362910845180467a1adab7fa7051
Author: Abhishek Sharma <[email protected]>
AuthorDate: Thu Jul 18 22:47:23 2024 -0400
Removing unnecessary com.github.sgroschupf dependency exclusion. (#13647)
---
pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index fd664c78bf..42a82d85bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -544,10 +544,6 @@
<artifactId>helix-core</artifactId>
<version>${helix.version}</version>
<exclusions>
- <exclusion>
- <groupId>com.github.sgroschupf</groupId>
- <artifactId>zkclient</artifactId>
- </exclusion>
<exclusion>
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]