From f22c4b9230808fed4fec80c435eccb4c833349a0 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期五, 21 十月 2022 18:36:38 +0800 Subject: [PATCH] 2022.10.21 1.环境守法小程序后台功能首发版本完成 --- pom.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 1f4a5c5..8cde2c3 100644 --- a/pom.xml +++ b/pom.xml @@ -126,6 +126,13 @@ <version>1.1.6</version> </dependency> + <!-- https://mvnrepository.com/artifact/com.alibaba/fastjson --> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>fastjson</artifactId> + <version>1.2.74</version> + </dependency> + <!-- https://mvnrepository.com/artifact/net.coobird/thumbnailator --> <dependency> <groupId>net.coobird</groupId> @@ -356,6 +363,12 @@ <artifactId>freemarker</artifactId> <version>2.3.31</version> </dependency> + <!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j --> + <dependency> + <groupId>com.belerweb</groupId> + <artifactId>pinyin4j</artifactId> + <version>2.5.1</version> + </dependency> </dependencies> -- Gitblit v1.9.3