Zxwl-Sweeper-Auto/zxwl-common/zxwl-common-mqtt/pom.xml

38 lines
1.2 KiB
XML
Raw Normal View History

2025-09-08 16:01:55 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.zxwl</groupId>
<artifactId>zxwl-common</artifactId>
<version>${revision}</version>
</parent>
<artifactId>zxwl-common-mqtt</artifactId>
<description>mqtt物联网通信</description>
<dependencies>
<dependency>
<groupId>org.zxwl</groupId>
<artifactId>zxwl-common-core</artifactId>
</dependency>
<dependency>
<groupId>org.zxwl</groupId>
<artifactId>zxwl-common-kafka</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-mqtt</artifactId>
</dependency>
</dependencies>
</project>