|
|
|
@ -86,6 +86,7 @@ |
|
|
|
<lombok.version>1.18.18</lombok.version> |
|
|
|
<paho.client.version>1.2.4</paho.client.version> |
|
|
|
<netty.version>4.1.66.Final</netty.version> |
|
|
|
<netty-tcnative-boringssl-static.version>2.0.41.Final</netty-tcnative-boringssl-static.version> |
|
|
|
<os-maven-plugin.version>1.7.0</os-maven-plugin.version> |
|
|
|
<rabbitmq.version>4.8.0</rabbitmq.version> |
|
|
|
<surfire.version>2.19.1</surfire.version> |
|
|
|
@ -1212,6 +1213,11 @@ |
|
|
|
<artifactId>netty-all</artifactId> |
|
|
|
<version>${netty.version}</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-tcnative-boringssl-static</artifactId> |
|
|
|
<version>${netty-tcnative-boringssl-static.version}</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-buffer</artifactId> |
|
|
|
|