40 lines
1.2 KiB
XML
40 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 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-catches</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.ltgk</groupId>
|
||
|
|
<artifactId>smart-fishery-port-port</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.ltgk</groupId>
|
||
|
|
<artifactId>smart-fishery-port-boat</artifactId>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
|
||
|
|
</project>
|