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

28 lines
816 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-translation</artifactId>
<description>
giftBook-common-translation 通用翻译功能
</description>
<dependencies>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-json</artifactId>
</dependency>
</dependencies>
</project>