This repository has been archived on 2025-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2025-04-13 18:00:19 +08:00

47 lines
1.2 KiB
XML

<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>xinda</artifactId>
<groupId>com.xinda</groupId>
<version>3.8.5</version>
</parent>
<artifactId>xinda-open-api</artifactId>
<description>controller层接口</description>
<dependencies>
<dependency>
<groupId>com.xinda</groupId>
<artifactId>mqtt-broker</artifactId>
</dependency>
<dependency>
<groupId>com.xinda</groupId>
<artifactId>sip-server</artifactId>
</dependency>
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>liteflow-core</artifactId>
<version>${liteflow.version}</version>
</dependency>
<dependency>
<groupId>com.xinda</groupId>
<artifactId>xinda-ruleEngine</artifactId>
<version>3.8.5</version>
</dependency>
<dependency>
<groupId>com.xinda</groupId>
<artifactId>xinda-scada</artifactId>
</dependency>
</dependencies>
</project>