4x/device/iot-device-access/iot-device-access-netty-client/pom.xml

37 lines
1.2 KiB
XML
Raw Normal View History

2024-12-26 19:24:07 +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">
<parent>
<artifactId>iot-device-access</artifactId>
<groupId>com.fourfaith.iot</groupId>
<version>2.7.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>iot-device-access-netty-client</artifactId>
<dependencies>
<dependency>
<groupId>org.sixin.iot</groupId>
<artifactId>tcp-broker-core</artifactId>
<version>1.0-RELEASE</version>
</dependency>
<dependency>
<groupId>com.fourfaith.framework</groupId>
<artifactId>fourfaith-common</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>