Files

25 lines
814 B
XML
Raw Normal View History

2020-06-27 16:29:35 +08:00
<?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>yshop</artifactId>
<groupId>co.yixiang</groupId>
2021-01-07 15:09:40 +08:00
<version>3.2</version>
2020-06-27 16:29:35 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>yshop-mall</artifactId>
<name>商城公共数据模块</name>
<dependencies>
<!-- tools 模块包含了 commonold 和 logging 模块 -->
<dependency>
<groupId>co.yixiang</groupId>
<artifactId>yshop-tools</artifactId>
2021-01-07 15:09:40 +08:00
<version>3.2</version>
2020-06-27 16:29:35 +08:00
</dependency>
</dependencies>
2020-09-14 20:45:24 +08:00
</project>