wit-park-backend/hbt-safety-supervision/pom.xml

24 lines
761 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.hbt</groupId>
<artifactId>wit-park-backend</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<modules>
<module>hbt-safety-supervision-api</module>
<module>hbt-safety-supervision-biz</module>
</modules>
<artifactId>hbt-safety-supervision</artifactId>
<packaging>pom</packaging>
<description>
hbt-safety-supervision智慧安监模块
</description>
</project>