<?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> <groupId>com.hikcreate.edl.pub.web.mobile</groupId> <artifactId>root</artifactId> <version>1.9-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>com.hikcreate.edl.pub.web.mobile</groupId> <artifactId>domain</artifactId> <name>domain</name> <description>服务模块</description> <dependencies> <dependency> <groupId>com.hikcreate.edl.pub.web.mobile</groupId> <artifactId>infra</artifactId> <version>${parent.version}</version> </dependency> <dependency> <groupId>com.hikcreate.edl.common</groupId> <artifactId>sdk</artifactId> <version>${parent.version}</version> </dependency> <dependency> <groupId>com.hikcreate.edl.common</groupId> <artifactId>distributed-lock-starter</artifactId> <version>${parent.version}</version> </dependency> </dependencies> </project>