初始化

This commit is contained in:
2025-12-18 11:05:52 +08:00
commit 07e0ef1aec
1038 changed files with 354335 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
<?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>
<artifactId>smart-fishery-port-server</artifactId>
<groupId>com.ltgk</groupId>
<version>1.0.0</version>
</parent>
<artifactId>smart-fishery-port-video</artifactId>
<description>
视频模块
</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.ltgk</groupId>
<artifactId>smart-fishery-port-common</artifactId>
</dependency>
<dependency>
<groupId>com.ltgk</groupId>
<artifactId>smart-fishery-port-system</artifactId>
</dependency>
<dependency>
<groupId>com.hikvision.ga</groupId>
<artifactId>artemis-http-client</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-mqtt</artifactId>
<version>5.5.18</version>
</dependency>
</dependencies>
</project>