|
|
|
@ -146,6 +146,7 @@ |
|
|
|
<firebase-admin.version>9.2.0</firebase-admin.version> |
|
|
|
<snappy.version>1.1.10.5</snappy.version> |
|
|
|
<rocksdbjni.version>9.10.0</rocksdbjni.version> |
|
|
|
<netty.version>4.1.124.Final</netty.version> |
|
|
|
</properties> |
|
|
|
|
|
|
|
<modules> |
|
|
|
@ -895,6 +896,13 @@ |
|
|
|
|
|
|
|
<dependencyManagement> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-bom</artifactId> |
|
|
|
<version>${netty.version}</version> |
|
|
|
<type>pom</type> |
|
|
|
<scope>import</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-dependencies</artifactId> |
|
|
|
@ -909,7 +917,6 @@ |
|
|
|
<type>pom</type> |
|
|
|
<scope>import</scope> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.thingsboard</groupId> |
|
|
|
<artifactId>netty-mqtt</artifactId> |
|
|
|
|