TangCheng
2025-02-28 d787e447e95c7b897c2cc9c0e832f8d2e5084934
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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>
    <groupId>com.hswaternet</groupId>
    <artifactId>HSWaterNetWebBoot</artifactId>
    <version>0.0.1-SNAPSHOT</version>
    <relativePath>../SMTAIServerBoot/pom.xml</relativePath>
  </parent>
  <dependencies>
          <dependency>
            <groupId>com.fasterxml.uuid</groupId>
            <artifactId>java-uuid-generator</artifactId>
            <version>5.1.0</version>
        </dependency>
    </dependencies>
  <groupId>com.smtservlet</groupId>
  <artifactId>SMTServlet</artifactId>
</project>