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

76 lines
2.3 KiB
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-modules</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>giftBook-main</artifactId>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-core</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-doc</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-mybatis</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-translation</artifactId>
</dependency>
<!-- excel-->
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-excel</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-web</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-log</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-idempotent</artifactId>
</dependency>
<dependency>
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-tenant</artifactId>
</dependency>
<!-- iText 9 -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>kernel</artifactId>
<version>9.1.0</version>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>layout</artifactId>
<version>9.1.0</version>
</dependency>
</dependencies>
</project>