This is an automated email from the ASF dual-hosted git repository.
zhongqiangchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 98676cf79 [CELEBORN-635] Exclude netty-handler-ssl-ocsp from netty
dependency (#1544)
98676cf79 is described below
commit 98676cf79b8ce5b48ceee32a7acfd9b6f6e0d5a8
Author: zhongqiangchen <[email protected]>
AuthorDate: Mon Jun 5 13:54:33 2023 +0800
[CELEBORN-635] Exclude netty-handler-ssl-ocsp from netty dependency (#1544)
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 93baeffea..278aaceaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,6 +320,12 @@
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler-ssl-ocsp</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>