File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
nifi-extension-bundles/nifi-azure-bundle Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 8989 <groupId >io.projectreactor.netty</groupId >
9090 <artifactId >reactor-netty-http</artifactId >
9191 <version >1.3.0</version >
92+ <exclusions >
93+ <exclusion >
94+ <groupId >io.netty</groupId >
95+ <artifactId >netty-codec-http3</artifactId >
96+ </exclusion >
97+ <exclusion >
98+ <groupId >io.netty</groupId >
99+ <artifactId >netty-codec-classes-quic</artifactId >
100+ </exclusion >
101+ </exclusions >
92102 </dependency >
93103 <!-- SSHD from Registry and other modules -->
94104 <dependency >
Original file line number Diff line number Diff line change 7979 <groupId >io.projectreactor.netty</groupId >
8080 <artifactId >reactor-netty-http</artifactId >
8181 <version >1.3.0</version >
82+ <exclusions >
83+ <!-- Prevent Reactor Netty 1.3 from loading HTTP/3 QUIC classes -->
84+ <exclusion >
85+ <groupId >io.netty</groupId >
86+ <artifactId >netty-codec-http3</artifactId >
87+ </exclusion >
88+ <exclusion >
89+ <groupId >io.netty</groupId >
90+ <artifactId >netty-codec-classes-quic</artifactId >
91+ </exclusion >
92+ </exclusions >
8293 </dependency >
8394 </dependencies >
8495 </dependencyManagement >
You can’t perform that action at this time.
0 commit comments