Files
giftBook/giftBook-common/giftBook-common-tenant/pom.xml
2025-03-25 23:06:00 +08:00

33 lines
992 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>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>giftBook-common-tenant</artifactId>
<description>
giftBook-common-tenant 租户模块
</description>
<dependencies>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-mybatis</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-redis</artifactId>
</dependency>
</dependencies>
</project>