From 72f0bb132ae89eea21afc8e92666523dcde632ab Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 06 十月 2023 12:33:17 +0800 Subject: [PATCH] 添加 fingerId 字段 --- pom.xml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 9f562fe..218eef6 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,15 @@ </parent> <groupId>com.smartearth</groupId> <artifactId>poiExcel</artifactId> - <version>0.0.1</version> + <version>0.1</version> <name>poiExcel</name> + <packaging>jar</packaging> <description>poiExcel</description> + <properties> <java.version>1.8</java.version> </properties> + <dependencies> <dependency> <groupId>org.springframework.boot</groupId> @@ -138,6 +141,7 @@ <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> + <version>8.0.21</version> </dependency> <!--jdbc--> <dependency> @@ -149,6 +153,12 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> + <!--fast-md5--> + <dependency> + <groupId>com.joyent.util</groupId> + <artifactId>fast-md5</artifactId> + <version>2.7.1</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3