3
0
Fork 0
java-store-retail-app/hzs-business/hzs-business-common/pom.xml

28 lines
779 B
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">
<parent>
<artifactId>hzs-business</artifactId>
<groupId>com.hzs</groupId>
<version>3.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hzs-business-common</artifactId>
<description>
hzs-business-common业务服务公共类
</description>
<dependencies>
<dependency>
<groupId>com.hzs</groupId>
<artifactId>hzs-common-domain</artifactId>
</dependency>
</dependencies>
</project>