pom.xml 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>2.5.2</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com.skyversation</groupId>
  12. <artifactId>poiaddr</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <name>poiaddr</name>
  15. <description>poiaddr</description>
  16. <packaging>jar</packaging>
  17. <url/>
  18. <licenses>
  19. <license/>
  20. </licenses>
  21. <developers>
  22. <developer/>
  23. </developers>
  24. <scm>
  25. <connection/>
  26. <developerConnection/>
  27. <tag/>
  28. <url/>
  29. </scm>
  30. <properties>
  31. <geotools.version>25.2</geotools.version>
  32. <java.version>8</java.version>
  33. </properties>
  34. <dependencies>
  35. <!-- Spring Data JPA 依赖,用于简化数据库操作 -->
  36. <!-- <dependency>-->
  37. <!-- <groupId>org.springframework.boot</groupId>-->
  38. <!-- <artifactId>spring-boot-starter-data-jpa</artifactId>-->
  39. <!-- </dependency>-->
  40. <dependency>
  41. <groupId>org.springframework.boot</groupId>
  42. <artifactId>spring-boot-starter-web</artifactId>
  43. </dependency>
  44. <!-- MySQL 驱动依赖 -->
  45. <!-- <dependency>-->
  46. <!-- <groupId>org.apache.hive</groupId>-->
  47. <!-- <artifactId>hive</artifactId>-->
  48. <!-- <version>4.0.0</version>-->
  49. <!-- </dependency>-->
  50. <!-- <dependency>-->
  51. <!-- <groupId>com.argoDb</groupId>-->
  52. <!-- <artifactId>argoDb-jdbc-driver</artifactId>-->
  53. <!-- <version>8.37.3</version>-->
  54. <!-- </dependency>-->
  55. <dependency>
  56. <groupId>org.json</groupId>
  57. <artifactId>json</artifactId>
  58. <version>20231013</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.fasterxml.jackson.core</groupId>
  62. <artifactId>jackson-databind</artifactId>
  63. <version>2.12.3</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>com.fasterxml.jackson.datatype</groupId>
  67. <artifactId>jackson-datatype-jsr310</artifactId>
  68. <version>2.12.3</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>com.alibaba</groupId>
  72. <artifactId>fastjson</artifactId>
  73. <version>1.2.62</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>org.apache.commons</groupId>
  77. <artifactId>commons-lang3</artifactId>
  78. <version>3.13.0</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>com.googlecode.json-simple</groupId>
  82. <artifactId>json-simple</artifactId>
  83. <version>1.1.1</version>
  84. </dependency>
  85. <!-- xlsx读取-->
  86. <dependency>
  87. <groupId>org.apache.xmlbeans</groupId>
  88. <artifactId>xmlbeans</artifactId>
  89. <version>5.2.0</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.opencsv</groupId>
  93. <artifactId>opencsv</artifactId>
  94. <version>5.7.1</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>org.apache.poi</groupId>
  98. <artifactId>poi</artifactId>
  99. <version>5.2.3</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.apache.poi</groupId>
  103. <artifactId>poi-ooxml</artifactId>
  104. <version>5.2.3</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>org.apache.httpcomponents</groupId>
  108. <artifactId>httpclient</artifactId>
  109. <version>4.5.13</version>
  110. </dependency>
  111. <!-- https://mvnrepository.com/artifact/org.gdal/gdal -->
  112. <dependency>
  113. <groupId>org.gdal</groupId>
  114. <artifactId>gdal</artifactId>
  115. <version>3.5.0</version>
  116. <type>pom</type>
  117. </dependency>
  118. <dependency>
  119. <groupId>org.osgeo</groupId>
  120. <artifactId>proj4j</artifactId>
  121. <version>0.1.0</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>org.locationtech.jts</groupId>
  125. <artifactId>jts-core</artifactId>
  126. <version>1.19.0</version>
  127. </dependency>
  128. <!-- 空间地理信息工具类-->
  129. <dependency>
  130. <groupId>org.geotools</groupId>
  131. <artifactId>gt-geojson</artifactId>
  132. <version>${geotools.version}</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>org.geotools</groupId>
  136. <artifactId>gt-main</artifactId>
  137. <version>${geotools.version}</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>org.geotools</groupId>
  141. <artifactId>gt-opengis</artifactId>
  142. <version>${geotools.version}</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>org.geotools</groupId>
  146. <artifactId>gt-shapefile</artifactId>
  147. <version>${geotools.version}</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>org.geotools</groupId>
  151. <artifactId>gt-metadata</artifactId>
  152. <version>${geotools.version}</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>org.geotools</groupId>
  156. <artifactId>gt-referencing</artifactId>
  157. <version>${geotools.version}</version>
  158. </dependency>
  159. <dependency>
  160. <groupId>org.springframework.boot</groupId>
  161. <artifactId>spring-boot-devtools</artifactId>
  162. <scope>runtime</scope>
  163. <optional>true</optional>
  164. </dependency>
  165. <dependency>
  166. <groupId>org.projectlombok</groupId>
  167. <artifactId>lombok</artifactId>
  168. <optional>true</optional>
  169. </dependency>
  170. <dependency>
  171. <groupId>org.springframework.boot</groupId>
  172. <artifactId>spring-boot-starter-test</artifactId>
  173. <scope>test</scope>
  174. </dependency>
  175. </dependencies>
  176. <repositories>
  177. <repository>
  178. <id>osgeo</id>
  179. <name>OSGeo Release Repository</name>
  180. <url>https://repo.osgeo.org/repository/release/</url>
  181. </repository>
  182. </repositories>
  183. <build>
  184. <plugins>
  185. <plugin>
  186. <groupId>org.springframework.boot</groupId>
  187. <artifactId>spring-boot-maven-plugin</artifactId>
  188. <configuration>
  189. <includeSystemScope>true</includeSystemScope>
  190. </configuration>
  191. </plugin>
  192. <plugin>
  193. <groupId>org.apache.maven.plugins</groupId>
  194. <artifactId>maven-compiler-plugin</artifactId>
  195. <version>3.8.1</version>
  196. <configuration>
  197. <source>1.8</source>
  198. <target>1.8</target>
  199. </configuration>
  200. </plugin>
  201. <plugin>
  202. <groupId>org.apache.maven.plugins</groupId>
  203. <artifactId>maven-dependency-plugin</artifactId>
  204. <executions>
  205. <execution>
  206. <id>copy-dependencies</id>
  207. <phase>package</phase>
  208. <goals>
  209. <goal>copy-dependencies</goal>
  210. </goals>
  211. <configuration>
  212. <outputDirectory>${project.build.directory}/lib</outputDirectory>
  213. <includeScope>system</includeScope>
  214. </configuration>
  215. </execution>
  216. </executions>
  217. </plugin>
  218. </plugins>
  219. <resources>
  220. <resource>
  221. <directory>src/main/resources</directory>
  222. </resource>
  223. <resource>
  224. <directory>C:/Users/Liumouren/Desktop/临时文件/元以科技/青浦/青浦城建所/xinghuanDriverJar</directory>
  225. <targetPath>BOOT-INF/lib/</targetPath>
  226. <includes>
  227. <include>*.jar</include>
  228. </includes>
  229. </resource>
  230. </resources>
  231. </build>
  232. </project>