Commit aefb7e4bb3767794790f2e548ee2366cd6035b46
1 parent
8dea0793
added netty-tcnative-boringssl-static.version 2.0.41.Final along with netty-all to support SSL
Showing
5 changed files
with
28 additions
and
0 deletions
... | ... | @@ -230,6 +230,14 @@ |
230 | 230 | <artifactId>protobuf-java</artifactId> |
231 | 231 | </dependency> |
232 | 232 | <dependency> |
233 | + <groupId>io.netty</groupId> | |
234 | + <artifactId>netty-all</artifactId> | |
235 | + </dependency> | |
236 | + <dependency> | |
237 | + <groupId>io.netty</groupId> | |
238 | + <artifactId>netty-tcnative-boringssl-static</artifactId> | |
239 | + </dependency> | |
240 | + <dependency> | |
233 | 241 | <groupId>io.grpc</groupId> |
234 | 242 | <artifactId>grpc-netty-shaded</artifactId> |
235 | 243 | </dependency> | ... | ... |
... | ... | @@ -82,6 +82,11 @@ |
82 | 82 | <scope>provided</scope> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
85 | + <groupId>io.netty</groupId> | |
86 | + <artifactId>netty-tcnative-boringssl-static</artifactId> | |
87 | + <scope>provided</scope> | |
88 | + </dependency> | |
89 | + <dependency> | |
85 | 90 | <groupId>com.google.guava</groupId> |
86 | 91 | <artifactId>guava</artifactId> |
87 | 92 | </dependency> | ... | ... |
... | ... | @@ -45,6 +45,10 @@ |
45 | 45 | <artifactId>netty-all</artifactId> |
46 | 46 | </dependency> |
47 | 47 | <dependency> |
48 | + <groupId>io.netty</groupId> | |
49 | + <artifactId>netty-tcnative-boringssl-static</artifactId> | |
50 | + </dependency> | |
51 | + <dependency> | |
48 | 52 | <groupId>org.springframework</groupId> |
49 | 53 | <artifactId>spring-context-support</artifactId> |
50 | 54 | </dependency> | ... | ... |
... | ... | @@ -86,6 +86,7 @@ |
86 | 86 | <lombok.version>1.18.18</lombok.version> |
87 | 87 | <paho.client.version>1.2.4</paho.client.version> |
88 | 88 | <netty.version>4.1.66.Final</netty.version> |
89 | + <netty-tcnative-boringssl-static.version>2.0.41.Final</netty-tcnative-boringssl-static.version> | |
89 | 90 | <os-maven-plugin.version>1.7.0</os-maven-plugin.version> |
90 | 91 | <rabbitmq.version>4.8.0</rabbitmq.version> |
91 | 92 | <surfire.version>2.19.1</surfire.version> |
... | ... | @@ -1214,6 +1215,11 @@ |
1214 | 1215 | </dependency> |
1215 | 1216 | <dependency> |
1216 | 1217 | <groupId>io.netty</groupId> |
1218 | + <artifactId>netty-tcnative-boringssl-static</artifactId> | |
1219 | + <version>${netty-tcnative-boringssl-static.version}</version> | |
1220 | + </dependency> | |
1221 | + <dependency> | |
1222 | + <groupId>io.netty</groupId> | |
1217 | 1223 | <artifactId>netty-buffer</artifactId> |
1218 | 1224 | <version>${netty.version}</version> |
1219 | 1225 | </dependency> | ... | ... |
... | ... | @@ -64,6 +64,11 @@ |
64 | 64 | <scope>provided</scope> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | + <groupId>io.netty</groupId> | |
68 | + <artifactId>netty-tcnative-boringssl-static</artifactId> | |
69 | + <scope>provided</scope> | |
70 | + </dependency> | |
71 | + <dependency> | |
67 | 72 | <groupId>com.google.guava</groupId> |
68 | 73 | <artifactId>guava</artifactId> |
69 | 74 | <scope>provided</scope> | ... | ... |