|
|
|
@ -342,9 +342,13 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.integration</groupId> |
|
|
|
<artifactId>spring-integration-mqtt</artifactId> |
|
|
|
<version>5.5.1</version> |
|
|
|
<version>6.5.3</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.eclipse.paho</groupId> |
|
|
|
<artifactId>org.eclipse.paho.client.mqttv3</artifactId> |
|
|
|
<version>1.2.5</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
@ -401,6 +405,18 @@ |
|
|
|
<artifactId>commons-text</artifactId> |
|
|
|
<version>1.15.0</version> |
|
|
|
</dependency> |
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
<artifactId>commons-lang3</artifactId> |
|
|
|
<version>3.20.0</version> |
|
|
|
</dependency> |
|
|
|
<!-- https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
<artifactId>kotlin-stdlib</artifactId> |
|
|
|
<version>2.2.21</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- <dependency> |
|
|
|
<groupId>net.sf.json-lib</groupId> |
|
|
|
@ -501,6 +517,18 @@ |
|
|
|
<groupId>org.apache.kafka</groupId> |
|
|
|
<artifactId>kafka-clients</artifactId> |
|
|
|
<version>4.0.0</version> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.lz4</groupId> |
|
|
|
<artifactId>lz4-java</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
<!-- https://mvnrepository.com/artifact/at.yawk.lz4/lz4-java --> |
|
|
|
<dependency> |
|
|
|
<groupId>at.yawk.lz4</groupId> |
|
|
|
<artifactId>lz4-java</artifactId> |
|
|
|
<version>1.10.2</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml --> |
|
|
|
|