File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 114114 <artifactId >camel-catalog</artifactId >
115115 <scope >provided</scope >
116116 </dependency >
117-
117+ <dependency >
118+ <groupId >io.netty</groupId >
119+ <artifactId >netty-transport</artifactId >
120+ <version >${netty-version} </version >
121+ </dependency >
118122 <!-- testing -->
119123 <dependency >
120124 <groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 6464 <groupId >org.slf4j</groupId >
6565 <artifactId >slf4j-api</artifactId >
6666 </dependency >
67+ <dependency >
68+ <groupId >io.netty</groupId >
69+ <artifactId >netty-transport</artifactId >
70+ <version >${netty-version} </version >
71+ </dependency >
6772 <dependency >
6873 <groupId >org.apache.camel</groupId >
6974 <artifactId >camel-allcomponents</artifactId >
Original file line number Diff line number Diff line change 408408 <narayana-version >5.13.1.Final</narayana-version >
409409 <neoscada-version >0.4.0</neoscada-version >
410410 <neo4j-version >6.0.2</neo4j-version >
411- <netty-version >4.1.128 .Final</netty-version >
411+ <netty-version >4.2.7 .Final</netty-version >
412412 <netty-reactive-streams-version >2.0.5</netty-reactive-streams-version >
413413 <networknt-json-schema-validator-version >1.5.9</networknt-json-schema-validator-version >
414414 <nimbus-jose-jwt >10.6</nimbus-jose-jwt >
You can’t perform that action at this time.
0 commit comments