From b6b0cb226fcf184525ee7b36af3a09471e9c0057 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 25 三月 2024 11:29:33 +0800 Subject: [PATCH] 修改数据统计的查询条件 --- pom.xml | 29 +++++++++++++++-------------- 1 files changed, 15 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index cadd57a..77a5288 100644 --- a/pom.xml +++ b/pom.xml @@ -245,25 +245,26 @@ <!--apache.poi--> <dependency> <groupId>org.apache.poi</groupId> - <artifactId>poi</artifactId> - <version>5.2.2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> - <version>5.2.2</version> - <scope>compile</scope> + <version>3.16</version> </dependency> + <!--SQLite--> <dependency> - <groupId>org.apache.poi</groupId> - <artifactId>poi-excelant</artifactId> - <version>5.2.2</version> + <groupId>org.xerial</groupId> + <artifactId>sqlite-jdbc</artifactId> + <version>3.36.0.3</version> </dependency> + <!--proj4j--> <dependency> - <groupId>org.apache.xmlbeans</groupId> - <artifactId>xmlbeans</artifactId> - <version>2.6.0</version> + <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> -- Gitblit v1.9.3