From a3bdf2f96a06c1551bdf17c014b27f7fe527a8ab Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 14 三月 2024 17:55:42 +0800 Subject: [PATCH] 代码提交 --- ruoyi-common/pom.xml | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 8e5dca5..e44a7a2 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -52,7 +52,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> - + <!-- JSON宸ュ叿绫� --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> @@ -135,6 +135,36 @@ <version>1.6.2</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> + <dependency> + <groupId>org.aspectj</groupId> + <artifactId>aspectjweaver</artifactId> + </dependency> + <dependency> + <groupId>e-iceblue</groupId> + <artifactId>spire.doc.free</artifactId> + <version>5.2.0</version> + </dependency> + <dependency> + <groupId>e-iceblue</groupId> + <artifactId>spire.pdf</artifactId> + <version>9.5.6</version> + </dependency> + <dependency> + <groupId>com.itextpdf</groupId> + <artifactId>itextpdf</artifactId> + <version>5.5.13</version> <!-- 浣跨敤5.x鐗堟湰 --> + </dependency> </dependencies> + + <repositories> + <repository> + <id>com.e-iceblue</id> + <url>https://repo.e-iceblue.cn/repository/maven-public/</url> + </repository> + </repositories> </project> \ No newline at end of file -- Gitblit v1.9.3