This is an automated email from the ASF dual-hosted git repository. zrlw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push: new 5df20b445 remove http3 dependency (#1228) 5df20b445 is described below commit 5df20b445a3c34614003212061c408dac41a43d0 Author: Rain Yu <137587347+rain...@users.noreply.github.com> AuthorDate: Thu Jul 10 20:08:47 2025 +0800 remove http3 dependency (#1228) --- 2-advanced/dubbo-samples-triple-http3/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/2-advanced/dubbo-samples-triple-http3/pom.xml b/2-advanced/dubbo-samples-triple-http3/pom.xml index 9eb0ea358..e4b3b78e5 100644 --- a/2-advanced/dubbo-samples-triple-http3/pom.xml +++ b/2-advanced/dubbo-samples-triple-http3/pom.xml @@ -106,10 +106,6 @@ <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java-util</artifactId> </dependency> - <dependency> - <groupId>io.netty.incubator</groupId> - <artifactId>netty-incubator-codec-http3</artifactId> - </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org