From 2a7ba88ff2f2a0de623d2078e026acf4904ca8e3 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 18 十二月 2024 11:10:22 +0800 Subject: [PATCH] 1 --- pom.xml | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index c10cd66..77a5288 100644 --- a/pom.xml +++ b/pom.xml @@ -236,10 +236,40 @@ <version>3.1.0</version> <scope>provided</scope> </dependency> + <!--fast-md5--> + <dependency> + <groupId>com.joyent.util</groupId> + <artifactId>fast-md5</artifactId> + <version>2.7.1</version> + </dependency> + <!--apache.poi--> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + <version>3.16</version> + </dependency> + <!--SQLite--> + <dependency> + <groupId>org.xerial</groupId> + <artifactId>sqlite-jdbc</artifactId> + <version>3.36.0.3</version> + </dependency> + <!--proj4j--> + <dependency> + <groupId>org.osgeo</groupId> + <artifactId>proj4j</artifactId> + <version>0.1.0</version> + </dependency> + <!--JTS--> + <dependency> + <groupId>org.locationtech.jts</groupId> + <artifactId>jts-core</artifactId> + <version>1.19.0</version> + </dependency> </dependencies> <build> - <finalName>lfserver</finalName> + <finalName>server</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> -- Gitblit v1.9.3