spring-cloud/yudao-module-mall/yudao-module-trade-cola/pom.xml

27 lines
966 B
XML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-module-mall</artifactId>
<version>${revision}</version>
</parent>
<artifactId>yudao-module-trade-cola</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
trade 模块主要实现交易相关功能【DDD COLA】
例如:订单、退款、购物车等功能。
</description>
<modules>
<module>yudao-module-trade-cola-domain</module>
<module>yudao-module-trade-cola-infrastructure</module>
<module>yudao-module-trade-cola-client</module>
</modules>
</project>